Hi
On my Parent form I have the Control [TotalHrs] which contains a numeric value. A subform called [FRM_Flexi] has a control called [FlexiTot].
What is want is for [FlexiTot] to automatically change according to the change in [TotHrs].
I've tried putting in Me.FlexiTot.Requery in the [TotHrs] AfterUpdate and On Change properties but to no avail.
The only time the [FlexiTot] control shows the updated value is if I exit and re-enter the Parent Form.
Thanks
Fozi
On my Parent form I have the Control [TotalHrs] which contains a numeric value. A subform called [FRM_Flexi] has a control called [FlexiTot].
What is want is for [FlexiTot] to automatically change according to the change in [TotHrs].
I've tried putting in Me.FlexiTot.Requery in the [TotHrs] AfterUpdate and On Change properties but to no avail.
The only time the [FlexiTot] control shows the updated value is if I exit and re-enter the Parent Form.
Thanks
Fozi