I thought I could figure this out from one of my previous threads, Access Export to Txt Decimals, but it seems it is not working. So I have a field with a UPC number and when I run the query in Access the number displays correctly. I tried formatting the field by naming it UPC, field I am pulling from is [UpcCode] then used the
Ex. in the query the UPC field has 955525294819 but in the csv file it comes out as 9.55525E+11
STR
function - UPC: Str([UpcCode])
. When it exports to the csv file the column is formatted as "general" and the UPC number has a decimal with the + sign.Ex. in the query the UPC field has 955525294819 but in the csv file it comes out as 9.55525E+11