J
John MilburySteen
Hi Access Gurus,
In A2000, I need to write a report that contains email addresses that a user
can cut and paste into the TO: line of her email program. It would look
like this:
(e-mail address removed); (e-mail address removed); (e-mail address removed);
(These are not intended to be real email addresses.)
It would be quite straightforward to write a report that outputs this:
(e-mail address removed);
(e-mail address removed);
(e-mail address removed);
I could do that easily, but this is not what the user wants.
1. Is there any way to suppress the line feed in the detail part of the
report?
2. Should I just tell the user to write the report to Word and then remove
the line feeds herself, using Find and Replace?
Note the user will not accept a CSV file which loads an address book into
the email editor.
And I do not do VBasic programming.
In A2000, I need to write a report that contains email addresses that a user
can cut and paste into the TO: line of her email program. It would look
like this:
(e-mail address removed); (e-mail address removed); (e-mail address removed);
(These are not intended to be real email addresses.)
It would be quite straightforward to write a report that outputs this:
(e-mail address removed);
(e-mail address removed);
(e-mail address removed);
I could do that easily, but this is not what the user wants.
1. Is there any way to suppress the line feed in the detail part of the
report?
2. Should I just tell the user to write the report to Word and then remove
the line feeds herself, using Find and Replace?
Note the user will not accept a CSV file which loads an address book into
the email editor.
And I do not do VBasic programming.