Hi,
Can someone help me ?
I use this
to export certain data to a csv file.
The data in the table has 14 decimals, but the csv contains only two decimals. I need at least three decimals..
How can I do that using the TransferSpreadsheet code ?
Fieldname = Tot_perc and is calculated from other data.
Fieldproperty is numeric
Thanks for helping me out !
Can someone help me ?
I use this
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "ExportScore", ExportFile
The data in the table has 14 decimals, but the csv contains only two decimals. I need at least three decimals..
How can I do that using the TransferSpreadsheet code ?
Fieldname = Tot_perc and is calculated from other data.
Fieldproperty is numeric
Thanks for helping me out !