G
Guest
I am working in access 2002, I have a data sheet form that has a date field
and a text field called "Unknowndate". If part of the date is unknown such as
month or day or year the user would enter "y" for the unknown value like
yy/05/2005 or 23/yy/2005. I would like to have the user enter all kind of
values(legitimate date and unknown date) in the date field, I understand that
the date field will not accept a text. however, I am trying to do the
following, upon the entery of text and before the error message "value is not
appropriate for this field" I would like to capture that text values put it
in the "Unknowndate" field and delete it from the date field. I have tried so
many variations of placing the code in different events, however, the error
message beat me. Is there a way to accomplish this?
thanks
Al
and a text field called "Unknowndate". If part of the date is unknown such as
month or day or year the user would enter "y" for the unknown value like
yy/05/2005 or 23/yy/2005. I would like to have the user enter all kind of
values(legitimate date and unknown date) in the date field, I understand that
the date field will not accept a text. however, I am trying to do the
following, upon the entery of text and before the error message "value is not
appropriate for this field" I would like to capture that text values put it
in the "Unknowndate" field and delete it from the date field. I have tried so
many variations of placing the code in different events, however, the error
message beat me. Is there a way to accomplish this?
thanks
Al