Selecting form at start up

G

Guest

I have selected the form that is to appear at start up when I click on the
database. However, when I open the database, the form only opens into part
of the screen and not as the full screen view as I would like. Where can I
define the size of the form to fit the screen upon opening? Any ideas??
Thanks in advance.
 
A

Allen Browne

In the Open event procedure of the form, inlcude this line of code:
DoCmd.Maximize
or use a macro that has the Maximize action.
 

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