Hi Everyone,
Is there a way I can control how forms/sub-forms load?
It seems like the order is not the same every time the application runs and for my application the order is important.
I have an MainForm(GrandParent) that have 5 Sub-forms(Parents). Each of the Sub-forms(Parents) within the MainForm(GrandParent) have Sub-forms(Children).
I want to always load the MainForm(GrandParent) first, then the the Sub-forms(Parents) and finally the Sub-forms(Children).
How can I control the load order?
Thanks
Ed
Is there a way I can control how forms/sub-forms load?
It seems like the order is not the same every time the application runs and for my application the order is important.
I have an MainForm(GrandParent) that have 5 Sub-forms(Parents). Each of the Sub-forms(Parents) within the MainForm(GrandParent) have Sub-forms(Children).
I want to always load the MainForm(GrandParent) first, then the the Sub-forms(Parents) and finally the Sub-forms(Children).
How can I control the load order?
Thanks
Ed