Can I create mailing list from query without using VBA

jayke

Registered User.
Local time
Today, 09:48
Joined
Nov 19, 2003
Messages
29
Hi,

I was wondering if it is possible to create a mailinglist (comma separated List) from a query result. I think it can be done with VBA but also here I don't know how I can do this.

Is there someone who can help me with these two problems

Regards
 
If you can import or link to your data source, then you can create a mailing list.
Create a query with the required data. Access has a mailing label function in the reports module.
 
thanks for your replies. I created a query and I tried to export it to a .csv file and it worked but it was not the way I wanted it. I would like to see a file like: name@domain.com; name2@domain.com; name3@domain.com; ...

What I got was:
name@domain.com
name2@domain.com
name3@domain.com

The thing about the report I don't get that. (sorry I am a beginner).
Does it mean I have to create a report and then ....?


Regards,
 

Users who are viewing this thread

Back
Top Bottom