G
google3luo359
Hello,
I am using the following code to import data into a temp table.
DoCmd.TransferText acImportDelim, "StudentsCSVis", "StudentsTemp",
"c:\StudentsCSV.txt", False
The code works as it should and everything is fine and dandy, but when
I add "DoCmd.SetWarnings True" I receive the error message in the
title of this thread, with more details of the error just below:
"The contents of fields in 0 record(s) were deleted and 0 record(s)
were lost.
If data was deleted...
If records were lost..."
What are the ways that I can troubleshoot why I'm receiving this
message?
I checked the ImportSpec file. Its field types match those of the Temp
table.
Just for the heck of it I removed the Primary key of the Temp, but
still received the same error message.
TIA Ric
I am using the following code to import data into a temp table.
DoCmd.TransferText acImportDelim, "StudentsCSVis", "StudentsTemp",
"c:\StudentsCSV.txt", False
The code works as it should and everything is fine and dandy, but when
I add "DoCmd.SetWarnings True" I receive the error message in the
title of this thread, with more details of the error just below:
"The contents of fields in 0 record(s) were deleted and 0 record(s)
were lost.
If data was deleted...
If records were lost..."
What are the ways that I can troubleshoot why I'm receiving this
message?
I checked the ImportSpec file. Its field types match those of the Temp
table.
Just for the heck of it I removed the Primary key of the Temp, but
still received the same error message.
TIA Ric