I have a simple continuous form. Two text fields and one number (single format) field. When I close the form, I want a message to be generated if any field has been changed.
The code for the close button is:
If me.dirty then
msgbox "my message"
end if
docmd.close.
Weird event is that if text fields are changed, works fine. If change is made in number field, it doesn't sense the form as being dirty.
Anyone know what is going on? Happens in both access 2003 2007