Form resizing

  • Thread starter Thread starter Annie
  • Start date Start date
A

Annie

In an access database, when I have multiple forms open,
then when I close one of them, the forms running in the
background are resized to resemble a popup.

Is there a property in the form itself that can be set
that will prevent this, or do I have to write some code
or create a macro.

Annie
 
One workaround:

Enter
DoCmd.Maximized
in the Activate event of the background forms.

This will force the form, when activated, to go maximized.
If you want them to maximize, that is

Krgrds,
Perry
 

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

Back
Top