Open Form upon opening Database

  • Thread starter Thread starter Jim/Chris
  • Start date Start date
J

Jim/Chris

There are two ways
1 - Go to tools/startup and select the form you want opened.

2 - Create a macro that opens the form and name "Autoexec"

Jim
 
Instead of running opening a form, I just want to run a
macroMain on startup.
macroMain consists of some OpenQuery and a RunCode action.

Any help is appreciated
Hafeez Esmail
 
Hafeez,
Rename your "macroMain" to "AutoExec".
If you don't want to do that then create a macro called AutoExec that...
1. Opens the form
2. Then uses the RunMacro action to call "macroMain"
 
Back
Top