Has anyone ran across this error when tring to import data from a text file to an Access 2000 database?? I've doubled checked my length of the field to make sure I'm getting the correct amount of characters and also the starting position.
RunTime Error 3759:
Scaling of decimal value resuled in data truncation
I'm using the mid function to retrieve the data. Here's a sample of the code:
rs1!ActualKW = Mid(s, 121, 13)
Any help would be greatly appreciated. Thanks in advance.
Lori
RunTime Error 3759:
Scaling of decimal value resuled in data truncation
I'm using the mid function to retrieve the data. Here's a sample of the code:
rs1!ActualKW = Mid(s, 121, 13)
Any help would be greatly appreciated. Thanks in advance.
Lori