Is it possible to add the value from a calculated field on a form to a table? (although I do know it's not best practice to store calculated fileds in a table!!)
Owen
The after update of a calculated control does not fire at all (to my knowledge). The close event of the form, hmmm, don't know, but what happens with changes in each record - or is this not dependent on changes in each record?
If you need to try it on some control events, try the after update on (all) the control(s) providing the values for the calculated control, else I continue to recommend trying the before update event of the form as a possible alternative, because that will fire whenever a record is saved ( - so on any change in any of the values in the forms controls, that are saved to the record, this event will fire)
To test whether it works at all, try creating a button first, and see if the code works, then play with the events.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.