M
Mike P
I am using the DoCmd.Transfter text to import data into a table. The data
being imported contains around 3000 rows. However, only 1200 are being
imported. There is not error given and everything seems to work fine.
Except when I manually check. I only have 1/2 the data. Any ideas here?
Below is the syntax I am using.
DoCmd.TransferText acImportDelim, "myClean_Import_Specification", _
"tblTmpPPrice", gstrImportFile
being imported contains around 3000 rows. However, only 1200 are being
imported. There is not error given and everything seems to work fine.
Except when I manually check. I only have 1/2 the data. Any ideas here?
Below is the syntax I am using.
DoCmd.TransferText acImportDelim, "myClean_Import_Specification", _
"tblTmpPPrice", gstrImportFile