Looking for an event

G

Guest

I have a form that when it opens, uses the On Open event to set InsideHeight
and InsideWidth. The form has a button to open a report.

When the report is displayed, the user may decide to maximise the report.
When they close the report and return to the form, the form is also now
maximised.

I thought I could use the On Activate event to reset the height and width
but it does not fire on closing the report. I suspect there is not an event
I can use. Can anyone confirm if this is right?
 
G

Guest

NevilleT,

Try using the OnClose event of your report.

Place the following code:

Docmd.Restore
 

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