question about macros

A

ales

Hello,

I would like to launch automatically a macro in opening my data base.
Could anybody tell me how to do it, please....? (the macro opens a
form).

Thanx in advance!
 
W

Wayne-I-M

Hi

You don't need to use a macro.
Use;
Tools
StartUp
Display Page/Form

Select the form you want to open when you open your DB from the drop down list

Hope this helps
 
V

Van T. Dinh

.... and if you still want to use Macros, simply name your Macro (to open the
Form) "AutoExec".

On opening a database, Access will check for the existence of the Macro
"AutoExec" and if it exists, Access will execute it.
 
Top