I have a form where I enter a date. I am using an input mask of 99/99/0000;0;_
The data type on the table is short date. It allows me to enter any numbers in this format, but I want to perform a date edit to ensure the value entered is a valid date. Is there a way to do this via form properties?
The data type on the table is short date. It allows me to enter any numbers in this format, but I want to perform a date edit to ensure the value entered is a valid date. Is there a way to do this via form properties?