Hi All,
System: Access 2010, WinXP
I have a text file I am importing using the following code:
It works fine except where ther are negative numbers in the report being imported. I checked the spec to be sure both "()", were included in the column. The number (5,342,892) for example is imported as a null value.
Any suggestions? What is the "CodePage" option? Would that tell Access that () means negative?
Thanks in advance...
System: Access 2010, WinXP
I have a text file I am importing using the following code:
Code:
'Import text report into tblBVRRaw table using the BVRImp Spec... DoCmd.TransferText acImportFixed, "BVRImp", "tblBVRRaw", strSourceFile, False
Any suggestions? What is the "CodePage" option? Would that tell Access that () means negative?
Thanks in advance...
Comment