I am so stumped I am not sure if this is the correct forum for the question. apologies in advance. I am trying to produce a query that creates an out put the same way a report would.I need to do this in order to export the data to an emailing application. I chave generated a query to filter by newsletterID, in the newsletter form I can select products that i wish to include in the newsletter, and I can select which group I wish to send this newsletter to. that is al great. Now if for example I was to create a report it would show the in the 'header' section the address details of 'one' addressee and in the 'detail' section it would list the items and their respective details. however, if i look at the query it shows all that information but for every product record I also have the name of the addressee. If five products I have the name five times (which the email software would send five times). I am trying to work out how I can get the resulting query to show one addressee and all the products (like a report).a bit more detail:
Newsletter form provides:
NewsletterID and Buying GroupID
Newslettersubform provides:
ProductiD and details (calculations)
My email query
takes this info and link to the buying group and marketing table (ie users and email addresses)linked to the Newletter form query via Buying groupID)
I could create a report and automatically attach it to each email, but people will not bother opening the report so i want to include the data in the body of the email.
any help gratefully received.
Ian
Newsletter form provides:
NewsletterID and Buying GroupID
Newslettersubform provides:
ProductiD and details (calculations)
My email query
takes this info and link to the buying group and marketing table (ie users and email addresses)linked to the Newletter form query via Buying groupID)
I could create a report and automatically attach it to each email, but people will not bother opening the report so i want to include the data in the body of the email.
any help gratefully received.
Ian