I want a main form to activate when I open the database

F

Fernandello

I want a main form of my database to activate when I open the database. It
should be the initial form that is immediately there and maximized. How do I
set up such a form?
 
L

Linq Adams via AccessMonster.com

In the form's Form_Load event place:

DoCmd.Maximize

Then in Design View goto Tools - StartUp and in the "Dispaly Page/Form" box
select the form.

Now, to prevent a future post by you:

When you need to get into design mode, i.e. bypass the form automatically
loading, press and hold down the <Shift> key then, still holding <Shift> down,
open your database. Keep holding <Shift> down until yopu see the Objects
Dialog box.
 
R

Rick Brandt

I want a main form of my database to activate when I open the database.
It should be the initial form that is immediately there and maximized.
How do I set up such a form?

In versions prior to Access 2007 use Tools - Startup. In 2007 the same
functionality is there but I don't know where it is.
 
R

RoyVidar

Rick said:
In versions prior to Access 2007 use Tools - Startup. In 2007 the
same functionality is there but I don't know where it is.

In 2007 version - Office menu | Access Options, the Current Database
category, select the correct form in the Display Form dropdown.
 

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