HardingR2000
Programmer
I have a form which contains a subform. The OnCurrent event in the subform checks a date field on the subform and depending on the value issues a MsgBox message. The problem is that the subform's OnCurrent event processes before the form and subform are visible, therefore the messages pop up without the data on the subform visible for reference purposes. It is very unfriendly.
I have tried a coding technique to logically bypass the subform's OnCurrent event until after everything is visible, but I cannot find an event in the form or subforms that fires once the form and/or subforms are visible.
Is it possible to delay the processing in the subform's OnCurrent event until after everything is visible?
I have tried a coding technique to logically bypass the subform's OnCurrent event until after everything is visible, but I cannot find an event in the form or subforms that fires once the form and/or subforms are visible.
Is it possible to delay the processing in the subform's OnCurrent event until after everything is visible?