Hi,
I have searched and searched without much luck. I feel like I am doing the right thing, just not getting the right result, so here goes.
I have 2 tables. One has about 100,000 records which includes some unique and some repeated and some null data.
The other table about 136 records with similar data.
The only field that matches between the two tables is "Physical Address 1" from Table 1, and "Address Line 2" from table 2.
What I want is to create a query that shows me the 136 records from Table 2 plus the matching data from Table 1, but only for those records with the same address as specified in those fields.
I have made a relationship between the two fields and the result is I get 100,000 records with the data from Table 2 repeated again and again. Not helpful and confusing the heck out of me. I've tried different relationships, and my other databases with relationships have worked the way I expect. Sorry, but I've searched these forums and google and nothing seems to show me how to do this simple thing.
I'm using access 2002 on XP and both databases as flat. When I tried to use the analyzer on Table 1 I got an error about MaxLocksPerFile and had to stop. Could this be the issue, that it's not normalised?
Thankyou, I hope you can help
I have searched and searched without much luck. I feel like I am doing the right thing, just not getting the right result, so here goes.
I have 2 tables. One has about 100,000 records which includes some unique and some repeated and some null data.
The other table about 136 records with similar data.
The only field that matches between the two tables is "Physical Address 1" from Table 1, and "Address Line 2" from table 2.
What I want is to create a query that shows me the 136 records from Table 2 plus the matching data from Table 1, but only for those records with the same address as specified in those fields.
I have made a relationship between the two fields and the result is I get 100,000 records with the data from Table 2 repeated again and again. Not helpful and confusing the heck out of me. I've tried different relationships, and my other databases with relationships have worked the way I expect. Sorry, but I've searched these forums and google and nothing seems to show me how to do this simple thing.
I'm using access 2002 on XP and both databases as flat. When I tried to use the analyzer on Table 1 I got an error about MaxLocksPerFile and had to stop. Could this be the issue, that it's not normalised?
Thankyou, I hope you can help
Comment