Best practice when multiple AutoExec's needed

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

Guest

Using Office 2003 and Windows XP;

I need three functions to run when the DB opens, but as I understand it you
can only have one AutoExec macro, right?

So is the best practice to have the AutoExec macro call a function that
calls the other functions in order? As opposed to chaining functions
together? Placing calls in your main menu? Or is there some other approach?
What is best practice for this?

Thanks much for your input.
 
you can work in different ways....!

I use the autoexec to call a function within which I call a series of other
functions. it works just fine.

I also had another db where I used it to launch a form whos open event
triggered several other functions.

Right or wrong... it is a question of what your need to do exactly.

Go with your gut and try it out and evaluate the results and make
adjustments from there.

Daniel P
 
Back
Top