Hi all,
I have been trying to find a way to automate the printing of Access reports that are built from parameter queries. But I cant seem to find a way around this, so I was hoping someone could help me solve this issue.
Basically, I have to print thousands of Access Reports for customers each month. Each time I send a report to a printer, I have to specify the customer ID into the parameter field built into my report. For example, I have to enter something like, 'CustID555*' into the parameter field.
The report that is linked to my parameter query has this in the criteria field; 'Like [Enter CustID]'
It takes me a few days to print out all these reports.
Hence, is there a way to automate this using VBA or other methods?
Any ideas are greatly welcome!
Thanks!
I have been trying to find a way to automate the printing of Access reports that are built from parameter queries. But I cant seem to find a way around this, so I was hoping someone could help me solve this issue.
Basically, I have to print thousands of Access Reports for customers each month. Each time I send a report to a printer, I have to specify the customer ID into the parameter field built into my report. For example, I have to enter something like, 'CustID555*' into the parameter field.
The report that is linked to my parameter query has this in the criteria field; 'Like [Enter CustID]'
It takes me a few days to print out all these reports.
Hence, is there a way to automate this using VBA or other methods?
Any ideas are greatly welcome!
Thanks!