Form doesn't maximize after return

  • Thread starter Thread starter Linda \(RQ\)
  • Start date Start date
L

Linda \(RQ\)

Hi Everyone,

I used the maximize macro for the "on load" property. I made a hyperlink to
open a report close the report, my form is not maximized any longer. I want
to be able to go back and forth from form to report.

Thanks,
Linda
 
I used the maximize macro for the "on load" property. I made a hyperlink to
open a report close the report, my form is not maximized any longer. I want
to be able to go back and forth from form to report.

Put the Maximize line in the On Activate event (which fires whenever
you activate the form) rather than the On Load event (which fires only
once).

John W. Vinson [MVP]
 
Back
Top