|
Home > Archive > MS Access Database with External Data > September 2005 > Opening Database
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| When I open my database it never maximizes my 'Entry Page Form'. How do I
make this maximize??
| |
| Nikos Yannacopoulos 2005-09-20, 7:24 am |
| Carl,
Put the following line of code:
DoCmd.Maximize
in the form's Open event.
HTH,
Nikos
Carl wrote:
> When I open my database it never maximizes my 'Entry Page Form'. How do I
> make this maximize??
| |
| Roger Carlson 2005-09-20, 9:25 am |
| Just as a follow up, I usually put:
DoCmd.Restore
in the forms's Close event to restore the form.
Of course if you want all your forms to be maximized, you don't want to do
this.
--
--Roger Carlson
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts...SUBED1=ACCESS-L
"Nikos Yannacopoulos" < nyannacoREMOVETHISBI
T@in.gr> wrote in message
news:O%237wF$cvFHA.1028@TK2MSFTNGP12.phx.gbl...[color=darkred]
> Carl,
>
> Put the following line of code:
>
> DoCmd.Maximize
>
> in the form's Open event.
>
> HTH,
> Nikos
>
> Carl wrote:
I[color=darkred]
|
|
|
|
|