1 More Macro Question

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
 
Z

ZigZagZak

On the reports OnOpen event.

"DOCMD.MAXIMIZE"

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

Maurice

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
 
E

Emma

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.
 
Top