Exporting table into CSV format

  • Thread starter Thread starter Michael Lam
  • Start date Start date
M

Michael Lam

Dear all,

I would like to export the a table into CSV. But I found that the
numeric data only shows 2 d.p in CSV while the original data is actually a
Double. Can anyone help me on this pls?

Thanks

With regards,
Michael Lam
 
Dear all,

I would like to export the a table into CSV. But I found that the
numeric data only shows 2 d.p in CSV while the original data is actually a
Double. Can anyone help me on this pls?

Use the Format() function to export the value to (say) twelve places,
or some format which preserves the precision you need.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top