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.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Is there a way to determine if data has been changed on a form?
>
> Thanks.
Akilah - 09 May 2008 15:53 GMT
Thank you, that works perfectly.
> Assuming it's a bound form, the form's Dirty property gets set to True.
>
[quoted text clipped - 4 lines]
> >
> > Thanks.