Data change

  • Thread starter Thread starter Akilah
  • Start date Start date
A

Akilah

Is there a way to determine if data has been changed on a form?

Thanks.
 
Assuming it's a bound form, the form's Dirty property gets set to True.

Depending on what version of Access you're using, there's also an OnDirty
event that fires.
 
Thank you, that works perfectly.

Douglas J. Steele said:
Assuming it's a bound form, the form's Dirty property gets set to True.

Depending on what version of Access you're using, there's also an OnDirty
event that fires.
 

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

Back
Top