Open Form in Maximized View

  • Thread starter Thread starter Rachel
  • Start date Start date
R

Rachel

Hello,

Quick question. Can I automatically open a form in a
Maximized window without having to do any special
programming?

Many thanks to anyone who takes time to answer.
 
Hi Rachel,
Unless there's a slicker way suggested by someone else, a
one line macro will do the trick.
Create macro with single command "Maximize". Save the
macro - it will be useful for all your other forms as
well. Go to the OnOpen property of the form and pick the
macro name from the dropdown list. Save the form design.
The form should open maximized from then on.
HTH
 
Back
Top