Automatically Run Module When Access Opens

D

Darren

If you don't want a form to appear when the program opens,
then create a Macro, which calls your module-procedure
name, and name the Macro AutoExec.

Access runs this first when the program is opened.
 
Top