B
Beto1967 via AccessMonster.com
I've a query that has 3000 records I've the phone number to use to join the
query to a table that has 50000 records and the same phone number. In the
query the phone number will appear more then once and in the table the phone
number will appear more then once. In the table I want to get the survey ID
that is primary for every phone number that is in the query right now this
is what I get (I will use 3 digits for phone number)
Phone number survey id
123 6789
123 6789
345 7889
345 7889
What I would like to see is everything that is from the query and the
different survey id from the table as part of the query.
phone number survey id
123 6789
123 6790
345 7889
345 7890
I've tried inner outer in the query but it always gives me the same survey id
for the phone number. I'm at a lost .. Thanks for assistance
query to a table that has 50000 records and the same phone number. In the
query the phone number will appear more then once and in the table the phone
number will appear more then once. In the table I want to get the survey ID
that is primary for every phone number that is in the query right now this
is what I get (I will use 3 digits for phone number)
Phone number survey id
123 6789
123 6789
345 7889
345 7889
What I would like to see is everything that is from the query and the
different survey id from the table as part of the query.
phone number survey id
123 6789
123 6790
345 7889
345 7890
I've tried inner outer in the query but it always gives me the same survey id
for the phone number. I'm at a lost .. Thanks for assistance