I am working with a database which contains among other fields a name, email address 1 and email address 2. Some rows do not have anything in the email address 1 or 2 field, some have info in the 1 field and some have info in the 1 and 2 field. I need a query that will produce a seperate row in the output with name and email 1 and name and email 2 if they have two email address. I am unable to get this to work. I am producing a csv file to import into my mailing program for a club newsletter. Any suggestions?
TIA
TIA