Hello everybody
First of all, I'm very new in MS Access.
I have a table to store data about people.
The fields are Name, Surname, e-mail, address, phone, and so on.
I need to generate a comma-separated text file with a list of e-mail addresses.
For example:
Record1: Name1, Surname1, email1@aaa.com, phone1....
Record2: Name2, Surname2, email2@aaa.com, phone2....
Record3:...