Using a Tab Control on a Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a report that has a tab control on it with 2 pages. I am activating the report via a command button from a form. On the form I have 2 option buttons. If option 1 is selected, I would like page 1 to show on the report. If option 2 is selected, I would like page 2 to show on the report. Any suggestions on how to best implement this? What might the code be and where should I put it? What parameters should be passed form the form/controls to the report and how

Any help would be appreciated

Cheers
Jody
 
Jody

Any reason why you don't just use two separate reports? It sounds like you
wish one set of info for one option choice, and another set of info for the
second. Is there ever a time you need to show both "pages" of your report
together? (and if you do, there's other ways to do that!)
 
Thanks Jeff. I didn't think of that approach and it makes a lot of sense. I'll go that route

Thanks
Jody
 
Back
Top