N
Noelene
I have Microsoft Office Access 2003, Access 2000 file format.
How do I send a report to a list of clients? The report content is an
update on work done for the client over the last month and so is
contact-specific. At present a parameter query tailors the report for the
client. I want this done automatically for each contact, if there is new
information, and automatically sent to their email address. The table
tClient includes the fields Client ID (primary key), Company ID (lookup from
tCompany), FirstName, LastName and Email. The report rMRClient is run on the
query qMRClient which currently uses parameter queries on the fields
CommentDate (from the table tMonthJobComments) and Company (from the table
tCompany)
How do I send a report to a list of clients? The report content is an
update on work done for the client over the last month and so is
contact-specific. At present a parameter query tailors the report for the
client. I want this done automatically for each contact, if there is new
information, and automatically sent to their email address. The table
tClient includes the fields Client ID (primary key), Company ID (lookup from
tCompany), FirstName, LastName and Email. The report rMRClient is run on the
query qMRClient which currently uses parameter queries on the fields
CommentDate (from the table tMonthJobComments) and Company (from the table
tCompany)