Hello, how can you tart access with a Public Sub from a module? thnx, Procor
P Procor Apr 23, 2005 #1 Hello, how can you tart access with a Public Sub from a module? thnx, Procor
D Douglas J. Steele Apr 23, 2005 #2 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.
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 Apr 23, 2005 #3 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
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