spartansFC
Programmer
Hi
I have a subform that won't update after i have put some code in the afterupdate of another subform.
I have a main form called frmMonitoring, which has 4 subforms on.
On subform: Awards Table Information i have a combo box to select the date, and a text box where the user enters a figure. on this text box: awardstable_annualamount i have the afterupdate set up which is:
this is supposed to then update frmSettingAnnualAmount but it doesn't. If i go to another record and then back again, the subform has updated.
I've tried different variations of the Requery on the after update event but it still doesn't want to work.
Any ideas, thanks
Mikie
I have a subform that won't update after i have put some code in the afterupdate of another subform.
I have a main form called frmMonitoring, which has 4 subforms on.
On subform: Awards Table Information i have a combo box to select the date, and a text box where the user enters a figure. on this text box: awardstable_annualamount i have the afterupdate set up which is:
Code:
'Me.Parent![frmSettingAnnualAmount].Form.Requery
this is supposed to then update frmSettingAnnualAmount but it doesn't. If i go to another record and then back again, the subform has updated.
I've tried different variations of the Requery on the after update event but it still doesn't want to work.
Any ideas, thanks
Mikie