JasonOliver
New member
- Local time
- Today, 06:46
- Joined
- Apr 23, 2008
- Messages
- 3
Hi,
I have a Master form that runs code in it's After Update event to amend an outlook task. The Master form contains a textbox (txtRecordUpdate) that is set to "Y" when certain fields are changed and then the After Update code checks to see whether it is set to "Y" before running the outlook update code. This all works fine execpt for when I only update 1 particular field that is held within a subform of the Master form.
When I amend the subform field the After Update of the subform sets txtRecordUpdate in the Master form to "Y" but then the After Update on the Master form does not fire as I haven't made any changes to the Master form controls.
Does anyone know a way to froce the After Update to fire or whether I can use an alternative events for when the user moves to a new record?
Cheers for any help
Jason
I have a Master form that runs code in it's After Update event to amend an outlook task. The Master form contains a textbox (txtRecordUpdate) that is set to "Y" when certain fields are changed and then the After Update code checks to see whether it is set to "Y" before running the outlook update code. This all works fine execpt for when I only update 1 particular field that is held within a subform of the Master form.
When I amend the subform field the After Update of the subform sets txtRecordUpdate in the Master form to "Y" but then the After Update on the Master form does not fire as I haven't made any changes to the Master form controls.
Does anyone know a way to froce the After Update to fire or whether I can use an alternative events for when the user moves to a new record?
Cheers for any help
Jason