How do I open a report using a command button on a form?

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

Guest

How do I open a report from a command button on a form? Currently the report
opens but the form stays on top.
 
Spot said:
How do I open a report from a command button on a form? Currently the
report opens but the form stays on top.

If the form has its popup property set to true then it will stay on top of
everything else that is not also a popup. If the form must be a popup then you
will need to close or or hide it when the report is opened.
 
IIRC, in A2002 and A2003, Reports also have the PopUp Property and if set to
True / Yes, the OpenReport method will pop up the Report on top of the PopUp
Form.

I did a quick test in A2003 and it seems to work correctly.
 

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