How do I activate a report?

  • Thread starter Thread starter Anil B
  • Start date Start date
A

Anil B

I have a bunch of forms and report open. How do I
activate a particular report using Visual Basic code?

Thanks.
 
Anil said:
I have a bunch of forms and report open. How do I
activate a particular report using Visual Basic code?


As long as the report is open in preview mode, you can use:

DoCmd.SelectObject acReport, "nameofreport"
 

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