Premature Activate postpones Load event

F

FatFurryGuy

My subform OnCurrent resets the Main Form Recordset (via the Bookmark). But
because subforms load first, on initial load the reference to the recordset
causes the Main Form's Activate to fire (even though the Load event has not).
The Main form is painted, but the Load event doesn't fire until the user
takes some action.

Because the Main Form appears LOADED programatically, I can't eaily code
around it - I'm setting a switch in the Main Form OnLoad :(

Shouldn't the Main Form OnLoad run anyway?
 
Top