Data change

  • Thread starter Thread starter Akilah
  • Start date Start date
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.
 
Back
Top