Start access with a Public Sub

  • Thread starter Thread starter Procor
  • Start date Start date
P

Procor

Hello,

how can you tart access with a Public Sub from a module?

thnx,

Procor
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top