Select Report

  • Thread starter Thread starter Golfinray
  • Start date Start date
G

Golfinray

I have 6 reports and 4 managers. Right now each report shows all 4 managers
data, so any report shows all the data for manager A, B, C , and D. How would
I make a combo or list select where each manager can print any of the 6
reports with only their data?
 
Use an unbound form with listbox for manager and radio buttons to call the
reports. In the query for the reports add criteria of the listbox to control
the record output for the manager.
 
Back
Top