Open Form upon opening Database

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
 
H

Hafeez Esmail

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
 
A

Al Camp

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"
 

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