testing changes in fields

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 !
 
J

John Vinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top