projecttoday
Programmer
I have a form with a button on it. This is a close form button. When clicked it hits
If Me.Dirty Then
followed by a prompt that asks the user if he wants to save the record. The problem is Me.Dirty is coming up true even when no entries have been made on the form. I have used this same code in other databases and it worked. Any ideas?
Robert
If Me.Dirty Then
followed by a prompt that asks the user if he wants to save the record. The problem is Me.Dirty is coming up true even when no entries have been made on the form. I have used this same code in other databases and it worked. Any ideas?
Robert