Bullsandbears123
Technical User
When I use the
DoCmd.TransferSpreadsheet acExport, , "myquery", strpath, True, ""
The numbers get cutoff.
The table will show....
[Field1]
12.1299
12.1546
10.1558
but the exported file in .CSV format only exports...
12.12
12.15
10.15
What could cause such a weird thing and HOW can I fix it to contain all the digits. When I export as an excel file it works fine, but the problem is I need the fie in .CSV
THANK YOU!
DoCmd.TransferSpreadsheet acExport, , "myquery", strpath, True, ""
The numbers get cutoff.
The table will show....
[Field1]
12.1299
12.1546
10.1558
but the exported file in .CSV format only exports...
12.12
12.15
10.15
What could cause such a weird thing and HOW can I fix it to contain all the digits. When I export as an excel file it works fine, but the problem is I need the fie in .CSV
THANK YOU!