I have a parent form with 5 different sub-forms. Only 2 of the sub-forms have parent-child link. Others have independent calculation formula for these 2 sub-forms. One sub-form has several records and for each record calculation is done on other sub-forms. I have programmed the linking calculation through event procedure for "On Current" of the multi-record sub-form.
When the parent form is opened, I get a error message on the linking program, not finding the linked fields in other sub-form. I think it is because of sequence of timing of opening each sub-form within parent form.
Is there any way to control the sequence of opening of child forms in parent form?