Printing All reports in a database

jackeric

New member
Local time
Today, 08:48
Joined
Jul 23, 2008
Messages
3
As a follow-up on a previous question, I'd like to add a button to print all 13 reports defined for my database from my custom menu (Access 2007).

Better yet, I'd like to choose the period to print those 13 reports (conformity requirement).

I'm afraid you will say that I have to dig into VBA...
 
Create a form with the criteria (for user input/selection). Write a query/ies to use the criteria from the form. Create a macro that prints each report from a button the form. Make sure each report is based of one of the queries that use the form criteria.
Simple, easy, no VBA.

Of course with VBA you could feed the criteria to each report in the DOCMD command.
 

Users who are viewing this thread

Back
Top Bottom