Joeclueless
Technical User
Hi,
I have a field that I'm importing into a table that is a numeric (sample "000002953"
. The problem is that this number is a dollar amount and when I import as long integer I get "2953" this is fine except what I want is "29.53". When I import as double, fixed with 2 decimal places I get "2953.00". If I import as text I get "000002953".
In past imports, if I used number, double, fixed with 2 decimal places the decimal would not be tagged onto the end of the numeric value.
So at the end of the day, what I want to accomplish is the imported field "000002953" to become a text field as "29.53".
Anyone know what I can do??
I have a field that I'm importing into a table that is a numeric (sample "000002953"
In past imports, if I used number, double, fixed with 2 decimal places the decimal would not be tagged onto the end of the numeric value.
So at the end of the day, what I want to accomplish is the imported field "000002953" to become a text field as "29.53".
Anyone know what I can do??