Hi ,
I want to check date inserted is valid or not.
I applied input mask and validation rule =isdate. But it is saying invalid date for every date i have entered..
SO
I'm guessing you can't use =isdate as a validation rule.
What you could do though is use something like >=#01/01/1900# (or any other arbitrary date ages before any of the dates that will be entered).
Thinking about it though, if you've got the data type set to date/time it won't allow non-date/time values to be entered anyway.