I have a wierd problem
I think the route of the problem is in the design of a lookup query but I am unsure.
I have a tbl (Table1) that has a number of lookups to other tables. The lookup that appears to be causing the prob. is a lookup to a tbl called "tbleHomeAddress"
I split Table1 using the analise wizard in Access (this may be the route of the problem)
When the table was split a lot of records in "tblHomeAddress" had no value entered in a text control called "HomeAddress" One record had no value in "HomeAddress" but had an entry in other fields in the underlying rs. (for the sake of clarity we will call this record "spoof"
Now, I have ended up with all records that have no value in the text control "HomeAddress" linked to record "spoof" and if I update one of these empty records then "spoof" gets updated and I end up with that information in all records.
I think the route of the problem is in the design of a lookup query but I am unsure.
I have a tbl (Table1) that has a number of lookups to other tables. The lookup that appears to be causing the prob. is a lookup to a tbl called "tbleHomeAddress"
I split Table1 using the analise wizard in Access (this may be the route of the problem)
When the table was split a lot of records in "tblHomeAddress" had no value entered in a text control called "HomeAddress" One record had no value in "HomeAddress" but had an entry in other fields in the underlying rs. (for the sake of clarity we will call this record "spoof"
Now, I have ended up with all records that have no value in the text control "HomeAddress" linked to record "spoof" and if I update one of these empty records then "spoof" gets updated and I end up with that information in all records.