docmd.restore

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

Guest

1.) when I open a report from a form I use a 'docmd.maximize' on the report's
open event so the report fills the screen. That works!
2.) When I close the report the previous form is now also maximized. I have
'docmd.restore' on the form's active event which does execute. However, it
doesn't seem to do anything.

Any Ideas on how I can get the form to return to its 'Saved' size?

Thanks; Dean
 
Turner,

Put the DoCmd.Restore command on the report's Close event instead of in the
form.

Hope this helps,
Sandy
 
Back
Top