susieqtotallynew
MIS
I am new to SQL and Access, so I appreciate your patience.
I have a table like the following:
ID Adddress Type ID Address 1
1 2 123 Drop St.
1 4 456 Lemon St.
2 2 567 Jump St.
2 3 789 Pete St.
2 7 678 Frustrated St. (I'm there!)
I would like to produce a query result that lists address type 2 and 4 for each ID number. In some cases, ID type 2 or 4 will not exist, as in the case of ID 2, where 4 does not exist.
Is it possible to do this with one query?
Thank you again.
I have a table like the following:
ID Adddress Type ID Address 1
1 2 123 Drop St.
1 4 456 Lemon St.
2 2 567 Jump St.
2 3 789 Pete St.
2 7 678 Frustrated St. (I'm there!)
I would like to produce a query result that lists address type 2 and 4 for each ID number. In some cases, ID type 2 or 4 will not exist, as in the case of ID 2, where 4 does not exist.
Is it possible to do this with one query?
Thank you again.