Resize Event triggered twice

J

Jess

Hi!

I have a simple form with four textboxes. This form is linked to an access
table.

When I open the form, the following is the event sequence –these values are
shown in the immediate window through debug.print commands:

OPEN
LOAD
Resize
ACTIVATE
Resize

This is the event sequence when I close the form:


unload
Deactivate
close
Resize



Why is the resize event triggered twice when I open the form? Why is the
current event missing during the opening of the form?


Thanks in advance
 

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

Similar Threads


Top