C
Cardinal
I have a form displayed as a datasheet and one of the columns in that
datasheet displays dates in this format: 11/20/08, Thu. When I go to
edit a date, I'm thinking that I should be able to change individual
numbers but the application will not let me do that. In other words,
if I want to change the day part of the date from 20 to 21, I should
be able to edit out the zero and replace it with a one. When I do
this, however, the application throws up an error message that states:
"The value you entered isn't appropriate for the input mask
'99/99/00;0' specified for this field." When I retype the entire date,
then it works fine. Is there anyway I can make smaller editing changes
and have this work? Thanks very much.
datasheet displays dates in this format: 11/20/08, Thu. When I go to
edit a date, I'm thinking that I should be able to change individual
numbers but the application will not let me do that. In other words,
if I want to change the day part of the date from 20 to 21, I should
be able to edit out the zero and replace it with a one. When I do
this, however, the application throws up an error message that states:
"The value you entered isn't appropriate for the input mask
'99/99/00;0' specified for this field." When I retype the entire date,
then it works fine. Is there anyway I can make smaller editing changes
and have this work? Thanks very much.