Form Activate event happens three times

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I have an Access 97 applicaton. One of my screen has code in the
Form_Activate event. For some reason the event gets fired 3 times. Is this
a MS bug? Any way to fix it?

Thanks

Don
 
Do you have any code in the Form_Open or Form_Load Event?

Some statements actually force the Form_Activate Event during the execution
of these statements in the Open or Load Event.
 

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