B
Bill
Hello All,
Using AC2003.
I have a form with bound controls.
One of the textbox controls is bound to a date field.
When an invalid date is entered (i.e. 12/34/04 - no month has 34 days) and
you leave the field the built in access field validation pops a message that
says "The data you have entered is invalid for this field. "
I need way to check the value entered and do my own validation so I can give
my own more descriptive message to help the user enter the correct data.
How can I turn off the access validation or preferably is there a way I can
do my own validation before Access does?
I know about the validation rule and text property but that only seems to
allow simple expressions. Unless someone know of a valid expression that
can be used to check that a valid date is entered.
Any help is greatly appreciated.
Thanks,
Bill
Using AC2003.
I have a form with bound controls.
One of the textbox controls is bound to a date field.
When an invalid date is entered (i.e. 12/34/04 - no month has 34 days) and
you leave the field the built in access field validation pops a message that
says "The data you have entered is invalid for this field. "
I need way to check the value entered and do my own validation so I can give
my own more descriptive message to help the user enter the correct data.
How can I turn off the access validation or preferably is there a way I can
do my own validation before Access does?
I know about the validation rule and text property but that only seems to
allow simple expressions. Unless someone know of a valid expression that
can be used to check that a valid date is entered.
Any help is greatly appreciated.
Thanks,
Bill