L
LAF
I have the following problem: When I try to enter data in a date time field
of a new record, I get the following message:
"The value you entered isn't valid for this field. For example, you may
have entered text in a numeric field or a number that is larger than the
FieldSixe setting."
The date time field is mm/dd/yyyy hhnn. I get the message both when I enter
data including the slashes and space, and when I use an input mask.
I had created the date time field using the CDate function on fields month,
day, year, and time, and ran a make table query for the date time field to be
part of the table. For a new record, I got the error message even if I
entered data that was identical to that of any previous record in which the
data in the date time field was accepted.
What's the trick?
of a new record, I get the following message:
"The value you entered isn't valid for this field. For example, you may
have entered text in a numeric field or a number that is larger than the
FieldSixe setting."
The date time field is mm/dd/yyyy hhnn. I get the message both when I enter
data including the slashes and space, and when I use an input mask.
I had created the date time field using the CDate function on fields month,
day, year, and time, and ran a make table query for the date time field to be
part of the table. For a new record, I got the error message even if I
entered data that was identical to that of any previous record in which the
data in the date time field was accepted.
What's the trick?