azmirnordin
Registered User.
- Local time
- Today, 08:40
- Joined
- Jan 3, 2011
- Messages
- 57
Hi all Guru's 
I'm using
DoCmd.TransferText acImportDelim, , "tblRawAssay", "D:\IMPORT CSV FILE\RS20110309aE.csv", True to import data from .csv file into access table. I create one column with data type Text to stored number and string. I can only import number but not string(Text/letters). I got an error "Type conversion Failure". What data type to use to store both number and text?
Example of Data to be import in column named ValueStored
20.8
RS
0.5
TD
Please Help!
regards
azmirnordin

I'm using
DoCmd.TransferText acImportDelim, , "tblRawAssay", "D:\IMPORT CSV FILE\RS20110309aE.csv", True to import data from .csv file into access table. I create one column with data type Text to stored number and string. I can only import number but not string(Text/letters). I got an error "Type conversion Failure". What data type to use to store both number and text?
Example of Data to be import in column named ValueStored
20.8
RS
0.5
TD
Please Help!

regards
azmirnordin