Hi All,
Im having a bit of problem importing a text file into my database. The database is split into two (FE and BE). The code WAS working fine - however has now stopped working throwing up the errors below.
The bit of code causing the problem is:
DoCmd.TransferT ext acImportDelim, , "tbl_TEMP_Impor t", FileLength, True
FileLength contains the path to the file, and tbl_TEMP_Import is the table it needs importing into.
The error I am getting is one of two, either:
1) Numeric Field Overflow 3349
2) Cant remember the exact details but was something like "Property Not Found".
Any ideas? As I said, the code was working fine, I've tried and compact and repair and its not sorted it.
Thanks, Shane
Im having a bit of problem importing a text file into my database. The database is split into two (FE and BE). The code WAS working fine - however has now stopped working throwing up the errors below.
The bit of code causing the problem is:
DoCmd.TransferT ext acImportDelim, , "tbl_TEMP_Impor t", FileLength, True
FileLength contains the path to the file, and tbl_TEMP_Import is the table it needs importing into.
The error I am getting is one of two, either:
1) Numeric Field Overflow 3349
2) Cant remember the exact details but was something like "Property Not Found".
Any ideas? As I said, the code was working fine, I've tried and compact and repair and its not sorted it.
Thanks, Shane
Comment