WineSnob
Not Bright but TENACIOUS
- Local time
- Yesterday, 19:02
- Joined
- Aug 9, 2010
- Messages
- 211
I have a table [tblReportList] that lists all the reports. Each report (record) also has a checkbox (Print).
I have a form that lists the reports and shows the check box.
What I would like to do is have the user select the reports they want to print by checking the print checkbox. Then hit a button [Print Selected Reports].
Do I need to have code for each report with an if statement or can code look at each record and if checkbox print=true then docmd.printout?
I am not sure which way to approach this problem.
Thanks.
I have a form that lists the reports and shows the check box.
What I would like to do is have the user select the reports they want to print by checking the print checkbox. Then hit a button [Print Selected Reports].
Do I need to have code for each report with an if statement or can code look at each record and if checkbox print=true then docmd.printout?
I am not sure which way to approach this problem.
Thanks.