Can I automatically run an access macro?

R

Raymond Ou

Dear all,

I want to run an access macro when openning access file (.mdb file). Do
anybody know how to achieve this?

Thanks!
Raymond Ou
 
T

Tom Lake

Raymond Ou said:
Dear all,

I want to run an access macro when openning access file (.mdb file). Do
anybody know how to achieve this?

Thanks!
Raymond Ou

On startup, Access looks for a macro named AUTOEXEC. A macro with that name
will be executed when Access starts.

Tom Lake
 
Top