R
Ricter
I have a subform with a footer, in which there is a textbox which sums a
value in the sub's records. On the mainform there is a textbox which control
source simply equals that subform textbox. This arrangement is working fine.
The problem I'm having is with a test I'm running on the summed value, and
the opening of a warning form if the sum is below X. This test is in the On
Exit event of the subform. I just noted that on an exit from the subform
with the sum below X, the textbox on the mainform did not show the total, and
the popup form did not appear. The mainform textbox updates if I hover my
mouse over it...
What method should I use to force an update to the mainform textbox so that
it is up to date when I exit my subform?
value in the sub's records. On the mainform there is a textbox which control
source simply equals that subform textbox. This arrangement is working fine.
The problem I'm having is with a test I'm running on the summed value, and
the opening of a warning form if the sum is below X. This test is in the On
Exit event of the subform. I just noted that on an exit from the subform
with the sum below X, the textbox on the mainform did not show the total, and
the popup form did not appear. The mainform textbox updates if I hover my
mouse over it...
What method should I use to force an update to the mainform textbox so that
it is up to date when I exit my subform?