I am trying to help someone convert their database to handle Year 2000
dates. I changed the Picture of each date field to #[#]/#[#]/####. When
I enter a date like 4/8/1997 it displays in the table as 4/8/97, but if
I put in a date like 4/8/2010 it displays as 4/8/2010 in the table. All
of the forms that they have set up are only displaying 8 date characters
including the "/'s" (i.e 4/8/20 and 4/8/97). This is fine for the 1900
dates but it truncates the 2000 dates. I know that you can specify on a
report which format to display it in like mm/dd/yyyy or mm/dd/yy. Is
there a way to do this on a form. Most of their forms cannot be
reformated to accept a 10 character date because there simply isn't
enough room on the form.
Is there a solution or workaround that won't require a major reworking
of their 200+ forms?
Thanks for any suggestions!