I have a main form "topform" contaning "subform1" and "subform2"
The goal is:
I need to requery subform2 on CURRENT event of subform1, and I need to
load subform2 contents based on settings on subform1.
The problem is:
Order of loading is:
subform1
subform2
topform
When subform1 is loaded, CURRENT event happens, subform2 is not yet
loaded so my code to requery subform2 fails!
Questions:
1-What is a good strategy to handle such situations in general.
2-How do I handle this case specifically?
3-Is there a way to know if a subform is yet loaded or not?
Thanks.
Comment