Date issue

S

sc

I have a date field and want to set the field format like "__/__/05", so
that the user does not need to type the year each time.

Thank you for your help.

Best regards,

SC
 
A

Allen Browne

Do not use an input mask.

Then the user can just enter 3 or 4 keystrokes, e.g.
3/21
and Access will default to this year.
 
Top