form open chain of events

G

Garth

Can someone let me know where to find the chain of events
in order of occurance when a docmd.openform command is
issued in VBA? Perhaps someone knows and can list them.
It would help me in a problem.
 
L

Larry Linson

Try putting a Debug.Print in the code of every event procedure (identifying
the event), then open a code window and the Immediate window, then open the
form. You will have a neat list showing which events have fired.
 

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