I
imranmp
i run the following command:
DoCmd.TransferText acImportDelim, , "TempTable", Me.txtFileName, False
Me.txtFileName = New Raw Data.txt
TempTable is already created and all the fields (F1 - F44) are type double
i dont get any run time error when running the import code but after import
the followingtwo tables are created: New Raw Data_ImportErrors, Name
AutoCorrect Save Failures. below are the contents of these tables
the value field is not in the table... i traced the row,column to get the
value from the txt file... the three cells in the temptable are blank/null
New Raw Data_ImportErrors
Error Field Row VALUE
Type Conversion Failure F43 106 = 7926580275
Type Conversion Failure F28 726 = 2543224500
Type Conversion Failure F34 1924 = 6025667800
Name AutoCorrect Save Failures
Object Name Object Type Failure Reason Time
TempTable Table Could not save the object 5/17/2007 4:30:40 PM
can anyone help me understand why i am getting theseand what do i need to do
to fix this.
Thanks
DoCmd.TransferText acImportDelim, , "TempTable", Me.txtFileName, False
Me.txtFileName = New Raw Data.txt
TempTable is already created and all the fields (F1 - F44) are type double
i dont get any run time error when running the import code but after import
the followingtwo tables are created: New Raw Data_ImportErrors, Name
AutoCorrect Save Failures. below are the contents of these tables
the value field is not in the table... i traced the row,column to get the
value from the txt file... the three cells in the temptable are blank/null
New Raw Data_ImportErrors
Error Field Row VALUE
Type Conversion Failure F43 106 = 7926580275
Type Conversion Failure F28 726 = 2543224500
Type Conversion Failure F34 1924 = 6025667800
Name AutoCorrect Save Failures
Object Name Object Type Failure Reason Time
TempTable Table Could not save the object 5/17/2007 4:30:40 PM
can anyone help me understand why i am getting theseand what do i need to do
to fix this.
Thanks