Re-calculate after data is changed

BB

Registered User.
Local time
Today, 21:49
Joined
Aug 31, 2001
Messages
30
I have a form where the user enters BeginMileage and
EndMileage. After the EndMileage is entered, the
difference is calculated and entered in a subform control.
How should I handle the fact that the user may change the
BeginMileage. In other words, if the BeginMileage is
changed, I need the difference calculated again.

Thanks,
New to Access, BB
 
You shouldn't store the calculated value, retrieve it via a query or a calculated unbound control.
 

Users who are viewing this thread

Back
Top Bottom