A family of Microsoft relational database management systems designed for ease of use.
I noticed this too. You can solve it by creating a query on this table and adding a column with either Format or CStr to convert your Double to Text.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using DoCmd.TransferText to output a table to a text file, which can then be zipped and emailed using other software. DoCmd.TransferText rounds decimal numbers to two digits after the decimal point. How can I get it not to do this?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I noticed this too. You can solve it by creating a query on this table and adding a column with either Format or CStr to convert your Double to Text.