I need to have it masked for validation...
i have created an input mask on a field which is formatted as general date.
on form load the date and time is shown ( Now() )
The mask i have used is 99/99/00\ 09:00:00
it works in that it lets me enter a date and time but it always gives an error. even if the value is a valid date and time
'THE VALUE YOU HAVE ENTERED ISN'T VALID FOR THIS FIELD'
'For Example, you may have entered text in a numeric field or a number that is larger than the FieldSize settings permit'
Any Ideas?