Run Code when Opening Database

K

Kirk P.

How do I go about running a sub when the database opens? I don't see
anything that captures that event.
 
T

Tom Lake

Kirk P. said:
How do I go about running a sub when the database opens? I don't see
anything that captures that event.

Create a macro called Autoexec and, from there, run the sub.

Tom Lake
 
Top