Maximize Form when open

  • Thread starter Thread starter Riz
  • Start date Start date
R

Riz

Hi,

When i open my database, the main form is not opening to
the full window. I have set a macro to "Maximize" but
still its not doing it???

Any suggestions?

Thanks
 
Hi,

When i open my database, the main form is not opening to
the full window. I have set a macro to "Maximize" but
still its not doing it???

Which Event? It should be the Form's Open event...
 
open the forms properties, then "on open" you can set it to the maximize
macro you created. then everytime the form opens it will open max.

Later,
_Bigred
 
Easiest solution... make sure your macro is
titled "autoexec".... this will cause it to automatically
execute itself when Access starts.
 
if you already created the "maximize macro", ensure the the form property
for "On open" is set to run maximize (macro) as the event. then when you
open that form etc. it will run the macro when opening.

Later,
_Bigred
 
Back
Top