testing changes in fields

  • Thread starter Thread starter Wim
  • Start date Start date
W

Wim

Hi all,

I want to do some calculations and afterwards modify the
value in fields if, in the form, I change the value in
numeric controls.

How can I test if the value of an control has changed ?

Thanks !
 
How can I test if the value of an control has changed ?

You can compare its Value property to its OldValue property in the
AfterUpdate event of the control.
 
Back
Top