Hello All,
I have a form and some calculations in vba I would like to perform when any record on the form is changed.
I know I can do this on the control level but I want to just have one code that does all the calculation on the form level. I cannot figure out which event will trigger the calculations immediately after the record is changed.
I can get it to do it but I have to move the record first and then it will show results.
Is there anyway to perform these calculations immediately when a record on the form has been changed?
Any Ideas?
Thanks
I have a form and some calculations in vba I would like to perform when any record on the form is changed.
I know I can do this on the control level but I want to just have one code that does all the calculation on the form level. I cannot figure out which event will trigger the calculations immediately after the record is changed.
I can get it to do it but I have to move the record first and then it will show results.
Is there anyway to perform these calculations immediately when a record on the form has been changed?
Any Ideas?
Thanks