G
Guest
I have two tables. One has nearly all the information I want but I need
addresses that are in another table. There is matching field in both tables
that holds an ID number. How can I input the addresses to the corresponding
record? I thought I could do a make-table query but I realized that those
records that may not have a corresponding ID in the second table will be left
out entirely from the first table b/c it will only pull records if the ID has
found its match. I need all the informtation in the first table and the
corresponding addresses in the second table. Is there a way to add the
addresses from the second table to the first table only if it has a
corresponding ID. Please advise.
addresses that are in another table. There is matching field in both tables
that holds an ID number. How can I input the addresses to the corresponding
record? I thought I could do a make-table query but I realized that those
records that may not have a corresponding ID in the second table will be left
out entirely from the first table b/c it will only pull records if the ID has
found its match. I need all the informtation in the first table and the
corresponding addresses in the second table. Is there a way to add the
addresses from the second table to the first table only if it has a
corresponding ID. Please advise.