Truncating decimals on txt export

R

Ray Joslyn

How can I get more than 2 decimal places to be exported when exporting to a
fixed length txt file?
Thanks

--
Ray Joslyn
ETG Inc.

To reply via email remove NOSPAM
and replace with rjoslyn
 
J

John Nurick

Hi Ray,

Create a query that uses the Format() function in calculated fields,
e.g.
fMyNumber: Format([MyNumber], "0.0000")
and export the query.
 

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

Top