Currently when importing a text file with a currency field containing an implied decimal--access puts the decimal at the end and adds two zeros---does anyone know how to import this correctly--
It depends on whether that decimal and zeros exist in the source file. If they don't, then when you're importing, use the wizard, and stop at the point where it shows the field types, and either change the field type to Text or Double--if you're sure the data is all numeric, then use Double.
Then in the result table, you can format that field (if it's a double) to show decimals only when they exist (auto), which I believe is the default for the double field type.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.