You might try ADDING a small date/time field to the same table, then do an update query to basically copy the data from your varchar field to the small date/time field, and then delete the varchar field.
Alternatively, you could use DTS to move the data over to a new table with the same format, except for the one field's data type.
HTH
mmcdonal
|