Bar_NZ
Registered User.
- Local time
- Tomorrow, 01:54
- Joined
- Aug 14, 2012
- Messages
- 48
Hi All, wondering if you could assist me please.
I have a table created from a query which contains member names and e-mail addresses and fee they have to pay. There are currently 995 records in this table.
Each member has a MemberNumber (Fieldname) which is unique, but not sequential.
What I need to do is...
1
Click a button to export each record with its information and formatting to a PDF with the MemberNumber and Surname as the document name to a folder in my T:\
2
Get the email address where the member number is the same, attach the file for that record and email it to the member.
I have managed to do the export to file, however it loops and prints (to PDF) 995 times, so takes a very long time for it to process each record.
So in a nut shell, create the PDF for each record and email it to the correct person.
I have a table created from a query which contains member names and e-mail addresses and fee they have to pay. There are currently 995 records in this table.
Each member has a MemberNumber (Fieldname) which is unique, but not sequential.
What I need to do is...
1

2

I have managed to do the export to file, however it loops and prints (to PDF) 995 times, so takes a very long time for it to process each record.
So in a nut shell, create the PDF for each record and email it to the correct person.