Open two reports by clicking one button

  • Thread starter Thread starter weircolin
  • Start date Start date
W

weircolin

Hi

Is it possible to open two reports by only clicking one button?

Thanks

Colin
 
Hi Colin,

Yes it is possible.

In the code behind the button, just add Docmd.OpenReport "Your Report
Name", acViewPreveiw

Good luck,

Nick
 
Thanks Nick

Colin said:
Hi Colin,

Yes it is possible.

In the code behind the button, just add Docmd.OpenReport "Your Report
Name", acViewPreveiw

Good luck,

Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top