I have been trying to include some validation (w/ validation text) in my forms but I cant seem to get it to work. I'm currently using a DB in Access 2000 format, but I tried it in 2003 and 2007 with no better results.
I need the date of one field to be equal or less than another date field.
The validation I entered was <=[cboStartDate] and I had corresponding validation text, but when I tested the form it accepted the invalid entry and gave no error message.
I think the problem is because I am using a calendar control to insert the date, because when I manually type the date in, the validation works.
Is there a way to get this rule to work without giving up the calendar control?
Thanks!
I need the date of one field to be equal or less than another date field.
The validation I entered was <=[cboStartDate] and I had corresponding validation text, but when I tested the form it accepted the invalid entry and gave no error message.
I think the problem is because I am using a calendar control to insert the date, because when I manually type the date in, the validation works.
Is there a way to get this rule to work without giving up the calendar control?
Thanks!
Comment