1 More Macro Question

  • Thread starter Thread starter Emma
  • Start date Start date
E

Emma

I have a macro that opens a report OnLoad of a form is there anyway to have
the report pop up infront of the form, instead of behind it? Emma
 
On the reports OnOpen event.

"DOCMD.MAXIMIZE"

that should make it full size & bring it to the front in one fail swoop.
 
Emma,

Set the report to "PopUp" in your report properties. This will make it popup
in front of the form (and you don't have to maximize it that way).

hth
 
Thanks I tried it both ways

ZigZagZak said:
On the reports OnOpen event.

"DOCMD.MAXIMIZE"

that should make it full size & bring it to the front in one fail swoop.
 

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