Form Dirty Property

G

Guest

I am having difficulty in exploiting the ‘On Dirty’ property of forms.
Sometimes it works as expected but, more often than not, changes to controls
bound to table fields fail to trigger the On Dirty event. I am then forced
to associate each amendable control with an After Update event. That
invariably works but, with a dozen or more amendable controls on a form, the
resulting code can look pretty clumsy. There is something that I have
clearly not understood. Can anyone enlighten me? I just want to take
appropriate action when any control on a form is updated or amended.
 
R

ruralguy via AccessMonster.com

The OnDirty event is a form wide event that occurs when the underlying record
goes Dirty. It will not fire again until either the record is saved or the
changes are undone.
 

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