In access, I am trying to create an input mask for dates like: 12/31/2009, or 1/14/2010.
I tried this mask: 99/99/"2010";0;_
This won't work because I want the default to be 2010, but be able to change/over-write the '10 in 2010 with '09 when the year is 2009. Is this too difficult for access?