Form Updates

B

Bill Fringer

Good Morning:

I am looking for an easy way to dertemine if any field on a form has been
updated. I could set a flag in the After Update Event of every field but I
have close to 1000 fields on my form. I tried using
thisXDocument.IsDirty.Equals(True) to check if the form had been updated but
apparently the form gets dirty as soon as you click on any field, whether the
data is changed or not. I also tried controling with the On Context Change
event but that did not work either.

Any help would be appreciated.

Bill
 

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