BHScripter
Technical User
I am importing a large pipe delimited file into access and the column with dollar amounts have some entries like 0.01 I have tried setting the field type to double and currency and each time the fields which are 0.01 cause an import error.
the data is coming from a sql db export and the line of code for the export which is creating the column is:
, CONVERT( varchar, abs(d.sAmount) )
Thanks for any help
the data is coming from a sql db export and the line of code for the export which is creating the column is:
, CONVERT( varchar, abs(d.sAmount) )
Thanks for any help