J
Julie
I have done some searching, and I cannot find this error repeated anywhere. I
am thinking that when I let Access build the database it did something I am
not smart enough to find and change. So the following I hope is enough
information to at least get a conversation going on the issue. If I have not
provided enough information let me know.
I have 2400 records. My control source is a Query that is pulling from 4
tables. The form seems to be showing all the correct information for each
record from all the sources. It is the Editing and Adding data that is giving
me trouble.
If I change/add information on the form for one record, it will add that
information to all the other records, the only difference is: if a record
already had this information populated from the import it will not overwrite
it, it will skip and go to the next empty record. As of right now with the
imported records, they ALL have the following information already imported so
none are blank: primary key (auto generated) a unique id number that never
changes. a name (can change) a use code (can change) amount (can change) area
(can change), it is the: a date (can change) a document number (can change)
and notes (can change or be added to) plus three check boxes, that are not
all populated which I will need to do as the information comes available.
These are the ones that are giving me trouble. I also think it is not just
these fields, that if any one of the already populated fields was empty it
would be doing the same things, so it is the forms that were made.
The Tables: (Please note they were generated by Access when I did the import.)
TABLE NAME: PARCEL
TABLE FIELDS:
ID
PARCEL
LAND
C
C/F
ACRES
LOOKUP TO OWNER (GENERATED BY ACCESS)
LOOKUP TO APPLICATION (GENERATED BY ACCESS)
LOOKUP TO LEASE (GENERATED BY ACCESS)
TABLE NAME: OWNER
TABLE FIELDS:
ID
NAME
TABLE NAME: LEASES
TABLE FIELDS:
ID
LESSOR
LESSEE
COMMENCEMENT
TERMINATION
RENTAL RATE
LEASE NOTES
TABLE NAME: APPLICATION
TABLE FIELDS:
ID
APP DATE
DOCUMENT
IRS PROOF (CHECK BOX)
OTHER PROOF (CHECK BOX)
LEASE (CHECK BOX)
NOTES
QUERY THAT PULLS THEM ALL TOGETHER:
AGCOMPLETE
FORM: AGCOMPLETE WITH CONTROL SOURCE: AGCOMPLETE QUERY
The form has a command button that takes the user to another form that is
linked to another
query and will only show the current record that is showing on the main
form. I can add data
to it and change data and it will only change that record. But it also
filters to show only
that one record.
The other form I need to be able to edit is one I also go through them all
(not filtered).
Thank You
Julie
am thinking that when I let Access build the database it did something I am
not smart enough to find and change. So the following I hope is enough
information to at least get a conversation going on the issue. If I have not
provided enough information let me know.
I have 2400 records. My control source is a Query that is pulling from 4
tables. The form seems to be showing all the correct information for each
record from all the sources. It is the Editing and Adding data that is giving
me trouble.
If I change/add information on the form for one record, it will add that
information to all the other records, the only difference is: if a record
already had this information populated from the import it will not overwrite
it, it will skip and go to the next empty record. As of right now with the
imported records, they ALL have the following information already imported so
none are blank: primary key (auto generated) a unique id number that never
changes. a name (can change) a use code (can change) amount (can change) area
(can change), it is the: a date (can change) a document number (can change)
and notes (can change or be added to) plus three check boxes, that are not
all populated which I will need to do as the information comes available.
These are the ones that are giving me trouble. I also think it is not just
these fields, that if any one of the already populated fields was empty it
would be doing the same things, so it is the forms that were made.
The Tables: (Please note they were generated by Access when I did the import.)
TABLE NAME: PARCEL
TABLE FIELDS:
ID
PARCEL
LAND
C
C/F
ACRES
LOOKUP TO OWNER (GENERATED BY ACCESS)
LOOKUP TO APPLICATION (GENERATED BY ACCESS)
LOOKUP TO LEASE (GENERATED BY ACCESS)
TABLE NAME: OWNER
TABLE FIELDS:
ID
NAME
TABLE NAME: LEASES
TABLE FIELDS:
ID
LESSOR
LESSEE
COMMENCEMENT
TERMINATION
RENTAL RATE
LEASE NOTES
TABLE NAME: APPLICATION
TABLE FIELDS:
ID
APP DATE
DOCUMENT
IRS PROOF (CHECK BOX)
OTHER PROOF (CHECK BOX)
LEASE (CHECK BOX)
NOTES
QUERY THAT PULLS THEM ALL TOGETHER:
AGCOMPLETE
FORM: AGCOMPLETE WITH CONTROL SOURCE: AGCOMPLETE QUERY
The form has a command button that takes the user to another form that is
linked to another
query and will only show the current record that is showing on the main
form. I can add data
to it and change data and it will only change that record. But it also
filters to show only
that one record.
The other form I need to be able to edit is one I also go through them all
(not filtered).
Thank You
Julie