Help file lies about forms event order

S

Steve'o

Access 2000 SP3 (Access Data Project)

I've read the visual basic help on form events order, it sais:

Open (form) Þ Load (form) Þ Resize (form) Þ Activate (form) Þ Current (form)

But this is not happening, I placed code in the Current event to read in
data, but its coming up with null values.

So I put break points in and they show Current --> Open

What is going on? Does anyone know the correct event order for Access 2000
form events.
I've wasted time putting code in the wrong place and have now to to move
stuff around to get it to work, but I don't want to move it round again to
the wrong place.

Thanks for any info / links etc
 
W

Wayne Morgan

Is a subform involved? Are the events in the subform or the main form? Are
they referring to the subform or the main form?
 
Top