macro startup on open

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to kick off a macro when my database is opened. What is the easiest
way? Can I do it through the Startup option on the Tools menu? Or do I need
an event in my VBA code? Thanks!
 
Mark1 said:
I need to kick off a macro when my database is opened. What is the easiest
way? Can I do it through the Startup option on the Tools menu? Or do I need
an event in my VBA code? Thanks!

If you name the macro AutoExec it will happen automatically.
 
That is pretty darn cool, Rick. However, I guess it doesn't work for
modules, eh? I named one AutoExec and it didn't work.
 

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