S
scadav
All,
I have been implementing some new features in an access database and I
have several date text boxes on multiple forms. It used to pop-up a
messages "The value entered isn't valid for this field" when I
entered an invalid date, now it just freezes me in the form until I
change it to the correct format, without any pop-up messages.
I have been utilizing DoCmd.SetWarnings, but I have checked all code
and it appears that I have turned it back on after I had shut it off.
Further, just for testing sake, I created a DoCmd.SetWarnings True and
set it for the OnLoad event on one of the forms with a date box and
still no pop-up.
Does anyone know how I can get these pop-up messages back?
Thank you
Dave
I have been implementing some new features in an access database and I
have several date text boxes on multiple forms. It used to pop-up a
messages "The value entered isn't valid for this field" when I
entered an invalid date, now it just freezes me in the form until I
change it to the correct format, without any pop-up messages.
I have been utilizing DoCmd.SetWarnings, but I have checked all code
and it appears that I have turned it back on after I had shut it off.
Further, just for testing sake, I created a DoCmd.SetWarnings True and
set it for the OnLoad event on one of the forms with a date box and
still no pop-up.
Does anyone know how I can get these pop-up messages back?
Thank you
Dave