Article ID: 153364 - Last Review: January 19, 2007 - Revision: 3.1 ACC: Exporting to Text file Truncates to Two decimals PlacesThis article was previously published under Q153364 Novice: Requires knowledge of the user interface on single-user computers.
On This PageSYMPTOMS
If you have a table that contains a number field with more than 2 decimal
places, and you export the table to a text file, the decimal places will be
truncated to 2 positions.
RESOLUTION
To work around this behavior, instead of exporting the table, create a
query with the fields that you want to export and use the Format() function
to specify the number of decimal places in the number field. For example,
if your field has 4 decimal places, the column in the query grid would look
as follows:
Field: Format([fieldname],"##0.0000") STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
REFERENCES
For more information about exporting in Microsoft Access, search for
"exporting data," and then "Export data to another database or file
format," using the Microsoft Access 97 Help Index.
| Article Translations
|


Back to the top
