Forum Discussion
RJF61
Feb 17, 2023Copper Contributor
Subform Refresh When Main Form Opened
I have a Main Form "frmProjQry" that contains (6) subforms. One of the subforms, "sfrmEMES" is not refreshing so summary data (from sfrmEMES) is not updating in a Main Form Text Box. Other subforms...
George_Hepworth
Feb 17, 2023Silver Contributor
Subforms load before the form in which they are embedded. That means the subform, sfrmEMES, which has already loaded when the main form is loaded, will not reflect the value of the text box on the main form.
Why do you requery only four of the six subforms?
Why do you requery only four of the six subforms?