K
Ken Snell
Try importing the file into a "holding" table, and import this field as a
text field, then run an append query to copy the data to a "permanent"
table, and use a calculated field to convert the text value into a number:
ConvertNumber: CDbl([FieldName])
text field, then run an append query to copy the data to a "permanent"
table, and use a calculated field to convert the text value into a number:
ConvertNumber: CDbl([FieldName])