Resize Event triggered twice

  • Thread starter Thread starter Jess
  • Start date Start date
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
 
Back
Top