Best practice when multiple AutoExec's needed

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

Guest

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
 

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

Top