J
Jeff Fredel via AccessMonster.com
Thanks in advance for any assistance.
I have a csv that I am importing into an Access 2000 DB. I have a field
named "FST_SRVC_DT" that I need to be treated as a date type field. I can
not change the field type at import (returns blank fields) and I cannot
change the type in the design view of the table. The current format of the
field is "13May2005".
I tried an update query whereby I created a new date field called First
Date and used the following function in the "update to" section of my query
under the nedw field:
CDate([FST_SRVC_DT])
I also used the custom format of "ddmmmyyyy" in the table design format
field for the new one I created.
I still get a "type conversions failure" when I run the update query.
Any assistance would be greatly appreciated. I just dont know what Im
missing
I have a csv that I am importing into an Access 2000 DB. I have a field
named "FST_SRVC_DT" that I need to be treated as a date type field. I can
not change the field type at import (returns blank fields) and I cannot
change the type in the design view of the table. The current format of the
field is "13May2005".
I tried an update query whereby I created a new date field called First
Date and used the following function in the "update to" section of my query
under the nedw field:
CDate([FST_SRVC_DT])
I also used the custom format of "ddmmmyyyy" in the table design format
field for the new one I created.
I still get a "type conversions failure" when I run the update query.
Any assistance would be greatly appreciated. I just dont know what Im
missing