Hi there,
I use a form for creating orders that I need to send to clients via email. For this I have a command button which attaches a report (which looks exactly the same as the form) to email in snapshot format.
My problem is that if for example I have 5 records in my table, then 5 identical versions of the report are attached to the email. This will make the attachment very large as I add more records.
I want only one copy of the report attached
To clarify: Only one file is being attached to the email but the navigation buttons are shown at the bottom where you can click left and right. The same report is shown.
Thanks in advance for any help,
Craig
I use a form for creating orders that I need to send to clients via email. For this I have a command button which attaches a report (which looks exactly the same as the form) to email in snapshot format.
My problem is that if for example I have 5 records in my table, then 5 identical versions of the report are attached to the email. This will make the attachment very large as I add more records.
I want only one copy of the report attached
To clarify: Only one file is being attached to the email but the navigation buttons are shown at the bottom where you can click left and right. The same report is shown.
Thanks in advance for any help,
Craig
Comment