I'm trying create an append query using linked tables that were created from an excel spreadsheet. I can't get past the first part - which is creating the basic query. My three tables are location, name, and social. Basically I just want these records to match up, but that's not what I'm getting.
The first column is coming back mostly correct. I have 219 rows in each table. So you could say 219 locations (there are duplications since we really only have 10). But after it hits 219, the information repeats again. 1-219 followed by 1-219, etc.
The second column is coming back with the first name repeated 219 times before moving on to the second name. The second name repeats 219 times, before going to the third for 219 times, etc.
The third column is coming back with the first social record being repeated for all 219 names. So basically we get through one complete set all 219 names being repeated 219 times each before it moves on to the second social. This repeats.
Basically my 219 entries have turned into 800,000+.
I have no idea what I am doing wrong.
The first column is coming back mostly correct. I have 219 rows in each table. So you could say 219 locations (there are duplications since we really only have 10). But after it hits 219, the information repeats again. 1-219 followed by 1-219, etc.
The second column is coming back with the first name repeated 219 times before moving on to the second name. The second name repeats 219 times, before going to the third for 219 times, etc.
The third column is coming back with the first social record being repeated for all 219 names. So basically we get through one complete set all 219 names being repeated 219 times each before it moves on to the second social. This repeats.
Basically my 219 entries have turned into 800,000+.
I have no idea what I am doing wrong.