I need to get information out of 2 tables and could use some help.
Say i have 2 tables "staff" & "customers" they each have fields "first_name " "last_name" "e-mail"
I would like to create a query that gives me a combined list of everyone's first name last name and e-mail. So that I can do a mail merge and send a common e-mail to everyone.
(do I need to create a relationship amongst the tables first?)
If you can give me the "regular" instructions rather than posting the vba code, it would be even more helpful.
Thank you in advance
Say i have 2 tables "staff" & "customers" they each have fields "first_name " "last_name" "e-mail"
I would like to create a query that gives me a combined list of everyone's first name last name and e-mail. So that I can do a mail merge and send a common e-mail to everyone.
(do I need to create a relationship amongst the tables first?)
If you can give me the "regular" instructions rather than posting the vba code, it would be even more helpful.
Thank you in advance
Comment