D
Dylan Moran
Hi,
I want to create a report with all my clients email addresses, with each
separated by a semi colon. I then want to be able to "Analyze it with Word"
so that I can copy and paste all the email addresses (that are separated by a
semi colon into Outlook.
All is cool to do this, BUT, each record that selects the email addresses is
spearated by a carriage return (Paragraph Mark). I want this not to be the
case4. Therefore I want to produce a report that takes all the email
addresses (Email) from my table (tblCustomer) and produces a report in one
section that essentially has the following:
[email protected]; email@client2; [email protected] etc
NOT
[email protected];
email@client2;
[email protected]
etc
Any assistance would be most appreciated.
I want to create a report with all my clients email addresses, with each
separated by a semi colon. I then want to be able to "Analyze it with Word"
so that I can copy and paste all the email addresses (that are separated by a
semi colon into Outlook.
All is cool to do this, BUT, each record that selects the email addresses is
spearated by a carriage return (Paragraph Mark). I want this not to be the
case4. Therefore I want to produce a report that takes all the email
addresses (Email) from my table (tblCustomer) and produces a report in one
section that essentially has the following:
[email protected]; email@client2; [email protected] etc
NOT
[email protected];
email@client2;
[email protected]
etc
Any assistance would be most appreciated.