Auto start a Switchboard.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to auto start a switchboard when a user double-clicks the db
icon on the desktop?
 
Look at Startup in the Tools menu. Select your switchboard form in the
Display Form/Page dropdown.

Barry
 
Create a macro named Autoexec and put action to open the switchboard. You
might follow that with Maximize.
 
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.
 
The switchboard is a form. Use action OpenForm and type in Switchboard in
the argurment window.
 
Back
Top