I have 2 subforms on a master form. I want to have a grand total in one of the subforms which is a sum of a figure from each of the subforms. The expression: Var1 = Me.Parent!SubFrm1!MayTotal.Value when entered in Subform2 results in Var1 = 0 (where Var1 is a public variable) UNLESS I step through the procedure. In that case, the value of MayTotal is stored to Var1.
H E L P
Thanks