Start access with a Public Sub

D

Douglas J. Steele

You can't really. You can start Access with an AutoExec macro that runs a
public function in a module, but macros don't have the ability to run subs.
 
P

Procor

Hello,

I made a Function from the sub and I have a macro which starts the function.
How can I start a macro automaticully when Access starts.

Procor
 
Top