>I have an Access combo box (text) field, where folks type in a shoft
>date using
[quoted text clipped - 10 lines]
>value to remain in the record? The command would be used on an "after
>update" event when the value list item is selected.
If the table field is a Date/Time field, then it CANNOT store a text
value. A Date isn't a text string; it's stored internally as a number
(a count of days and fractions of a day since an arbitrary
startpoint).
I'd question a table design which allows for a field to store two
different kinds of data (strings or dates) - fields should be atomic,
and store only one kind of data! If you insist, though, you could use
a Text field.
If I'm missing something here post back with more details about the
table and form structure.
John W. Vinson[MVP]