Hopefully there is a simple answer to this question, and I have become a bit snow-blind
I have a form that a user can select a report from, based on a couple of radio buttons, and two list boxes.
On double clicking a list box record, a query will run, based on the criteria selected. The record is passed to a query via Forms![Form_Name]![Record[ method.
The user has to print, on average, about 15 reports, by double-clicking the records.
Is there a way that I can set up a macro, that automatically prints out the reports, when the user clicks on a button, so that the first criteria is passed to the query, the report is generated and then printed, and then moves on to the next criteria, and so on
Hopefully my question is clear, and I would be greatful for any responses
I have a form that a user can select a report from, based on a couple of radio buttons, and two list boxes.
On double clicking a list box record, a query will run, based on the criteria selected. The record is passed to a query via Forms![Form_Name]![Record[ method.
The user has to print, on average, about 15 reports, by double-clicking the records.
Is there a way that I can set up a macro, that automatically prints out the reports, when the user clicks on a button, so that the first criteria is passed to the query, the report is generated and then printed, and then moves on to the next criteria, and so on
Hopefully my question is clear, and I would be greatful for any responses