G
GD
I'm trying to import data from a .txt file, but numbers with a comma in them
are causing trouble.
- If I try to import the .txt file, using Long Integer as a type, I get
import errors for those fields with a comma.
- If I try to append to a table (using Number type) via a link (using Long
Integer type), I get the dreaded "Numeric field overflow" message.
How can I fix this? It doesn't matter to me whether the final result in
these fields have the comma or not. I just need them to import properly, and
I need to be able to perform calculations once they are in the table.
THANKS!!!!
are causing trouble.
- If I try to import the .txt file, using Long Integer as a type, I get
import errors for those fields with a comma.
- If I try to append to a table (using Number type) via a link (using Long
Integer type), I get the dreaded "Numeric field overflow" message.
How can I fix this? It doesn't matter to me whether the final result in
these fields have the comma or not. I just need them to import properly, and
I need to be able to perform calculations once they are in the table.
THANKS!!!!