Auto start a Switchboard.

E

elitt2

Is there a way to auto start a switchboard when a user double-clicks the db
icon on the desktop?
 
B

Barry Gilbert

Look at Startup in the Tools menu. Select your switchboard form in the
Display Form/Page dropdown.

Barry
 
K

KARL DEWEY

Create a macro named Autoexec and put action to open the switchboard. You
might follow that with Maximize.
 
E

elitt2

I couldn't find in the macro where it allows you to put the action to open a
switchboard. I would like to have the switchboard maximized when I open the
database.
 
K

KARL DEWEY

The switchboard is a form. Use action OpenForm and type in Switchboard in
the argurment window.
 
Top