Form doesn't maximize after return

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
 
J

John W. Vinson

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]
 
G

Guest

Hi Linda,

In the on Activate event, have the following code:

docmd.maximize

Damian.
 

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

Top