I have a field of emailAddy in tblMain - consisting of some 100+ email addresses.
I'd like to run a query that pulls each entry and outputs it to a txt/csv file in this format:
emailAddy1,emai lAddy2,emailAdd y3, etc.
I need all the emails to be in one consecutive string so I can copy/paste into a mass email.
In advance...THANK S!
I'd like to run a query that pulls each entry and outputs it to a txt/csv file in this format:
emailAddy1,emai lAddy2,emailAdd y3, etc.
I need all the emails to be in one consecutive string so I can copy/paste into a mass email.
In advance...THANK S!
Comment