B
Ben
Hi all,
I have a DoCmd.transferspreadsheet in Access
The query I use has three fields that are double, but I open the file in
Excel the precision is lost. So I forced the precision by using:
Format(mydoublefield1, "0.0000") as mydoublefield1
But now when I open the file in Excel, the numbers in the fields become
text with a "'" in front of each number. What did I do wrong?
Thanks for sharing your thoughts/suggestions.
Ben
I have a DoCmd.transferspreadsheet in Access
The query I use has three fields that are double, but I open the file in
Excel the precision is lost. So I forced the precision by using:
Format(mydoublefield1, "0.0000") as mydoublefield1
But now when I open the file in Excel, the numbers in the fields become
text with a "'" in front of each number. What did I do wrong?
Thanks for sharing your thoughts/suggestions.
Ben