In the BeforeUpdate event of the form i have the following code ?
Me!extendedprice = (Me!Quantity * Me!NewUnitPrice)
i want to use a calculated field that occurs after the update, so onvisouly i have to remove the code in the afterupdate event. But removing that i will not work. Why is that ?