Selective Report Printing

P

Paul Richards

I have a series of reports that I want to print. I would like to have a
form with radio buttons, the selection of a particular radio button
indicating which report to print. How do I ensure that the corcet query
is selected when a specific radio button is pressed?

Thanks
 
A

Allen Browne

For an example of how to use an option group to specify the name of the
report to print, open the Northwind sample database that installs with
Access, and open the form named Sales Report Dialog.
 
Top