Opening Database

C

Carl

When I open my database it never maximizes my 'Entry Page Form'. How do I
make this maximize??
 
N

Nikos Yannacopoulos

Carl,

Put the following line of code:

DoCmd.Maximize

in the form's Open event.

HTH,
Nikos
 
Top