Open for in maximize

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

My users typically use the application with multiple small windows open at
one time. But I have a request when a specific form is opened that it always
be opened in the maximize mode.

thanks,
 
Tom

DoCmd.Maximize

(probably in the Activate event procedure, but maybe/also in the Load)

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top