Open form in Code when db opens ?

D

Dave Elliott

How can i open my form via code without using a macro when the db opens?
I have a form named Sales Calls that I want to open minimized when the db
opens.
 
K

Klatuu

From the main database toolbar, Tools->Startup and enter the name of your
form in Display Form/Page:
 
D

Dave Elliott

I already have one form opening this way?

Klatuu said:
From the main database toolbar, Tools->Startup and enter the name of your
form in Display Form/Page:
 
K

Klatuu

I don't understand. What do you mean by ?
Do you or don't you?
If you need more than one open, the in the open event of the form you
identify in startup, open the other one.
 
K

Klatuu

In this case, I would suggest you open the one to be minimized first in the
startup option I described earlier. Then in the open event of that form,
open the other form.
 
Top