I'm using MS Access 2003.
I have a textbox control txtAmountOutstanding whose Control Source is as follows:
=[txtActualAmount]-[txtAmountSettled]
(txtAmountSettled is itself calculated from data in a subform).
I'd like to be able to programmatically insert a Settled Date into another field on the form whenever the value for txtAmountOutstanding first becomes zero.
I tried to do this by entering some code in the On Change event for txtAmountOutstanding, but apparently this event does not fire as a calculated field. Is there a way to do this?
Thanks for any help you can give.
Wayne
I have a textbox control txtAmountOutstanding whose Control Source is as follows:
=[txtActualAmount]-[txtAmountSettled]
(txtAmountSettled is itself calculated from data in a subform).
I'd like to be able to programmatically insert a Settled Date into another field on the form whenever the value for txtAmountOutstanding first becomes zero.
I tried to do this by entering some code in the On Change event for txtAmountOutstanding, but apparently this event does not fire as a calculated field. Is there a way to do this?
Thanks for any help you can give.
Wayne