Maximize Form when open

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
 
J

John Vinson

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...
 
B

_Bigred

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
 
N

Nick Noone

Easiest solution... make sure your macro is
titled "autoexec".... this will cause it to automatically
execute itself when Access starts.
 
B

_Bigred

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
 

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