Hello All,
I have an invoice table tbl_Invoice which has the following:
Inv_Id (unique ID)
Inv_Name (a client’s name)
Inv_Path (the file path of the scanned PDF invoice)
The table will contain a number of invoices for each client.
I would like to be able to send the client a single email attaching the invoices.
The email part of it I can do fine, it’s just trying to get the pdf in a single file.
At present I send a single email with single invoice attached - this works OK, but when clients maybe have 30 or so invoices scans it means them getting 30 or so emails.
To be clear, the invoices are ones that have been paid via our company for the client so they are stored as individual scans.
I was hoping to create a report which would display each PDF, but as far as I can see there is no way to do this (the web viewer control will only work on a single form).
Can anyone give some advice - or a different approach?
Many thanks Mark
I have an invoice table tbl_Invoice which has the following:
Inv_Id (unique ID)
Inv_Name (a client’s name)
Inv_Path (the file path of the scanned PDF invoice)
The table will contain a number of invoices for each client.
I would like to be able to send the client a single email attaching the invoices.
The email part of it I can do fine, it’s just trying to get the pdf in a single file.
At present I send a single email with single invoice attached - this works OK, but when clients maybe have 30 or so invoices scans it means them getting 30 or so emails.
To be clear, the invoices are ones that have been paid via our company for the client so they are stored as individual scans.
I was hoping to create a report which would display each PDF, but as far as I can see there is no way to do this (the web viewer control will only work on a single form).
Can anyone give some advice - or a different approach?
Many thanks Mark