Hi, hope someone can help me.
I have a table where a Field Name has Data Type of Date/Time with Format "mm"/"dd" and Input Mask of Short Date 99/99/0000;0;_
In the form the Text Field with source from that Field Name has Input Mask as 99/99;_
The text field in the form shows __/__ in the form when clicked into and when type e.g. 12/01 then click off field, it shows 12/31/2009 in the text field, but I want it to only show 12/01. I want to use Date/Time so if incorrect date is inserted, the error message box comes up. I can force it with using Date Type of Text to only permit 12/01, but then it does not prevent putting in an incorrect date (e.g. 18/99).
What am I doing wrong? Help. Thanks.
I have a table where a Field Name has Data Type of Date/Time with Format "mm"/"dd" and Input Mask of Short Date 99/99/0000;0;_
In the form the Text Field with source from that Field Name has Input Mask as 99/99;_
The text field in the form shows __/__ in the form when clicked into and when type e.g. 12/01 then click off field, it shows 12/31/2009 in the text field, but I want it to only show 12/01. I want to use Date/Time so if incorrect date is inserted, the error message box comes up. I can force it with using Date Type of Text to only permit 12/01, but then it does not prevent putting in an incorrect date (e.g. 18/99).
What am I doing wrong? Help. Thanks.