View Full Version : On Dirty event not Triggering


ions
01-21-2008, 12:49 PM
Hi Access Expert.

I want an event to be triggered everytime the user makes a change to the form. ie. Clicks a selection box or changes the contents of a textbox.

I thought the on dirty event was suppose to be triggered when the above noted events occur...

What's going on?

Thanks so much.

RuralGuy
01-21-2008, 02:51 PM
It does, but only on the first event that causes the form to go dirty. The form must also be bound to a query/table.

boblarson
01-21-2008, 04:32 PM
And, if you do have the form bound, and it still doesn't fire on the first change of data, then you might have some corruption and you can try importing everything into a brand new, blank mdb file to see if that will help. Many times it will.

ions
01-21-2008, 05:34 PM
Ahh the form is not bound.

Hmmmm how can I get the same behavior as the on Dirty event if the form is unbound?

Thanks guys...