I am exporting to a piped delimited ascii text file. When I view the output in Notepad I find that the field named "value" is consistently limiting the placement of values to the roght of the decimal to two placement values. Things I have done so far are:
1. Tried various number formats for the...
I will give you all settings from the table, query and macro levels:
table: Result
column: Value
data type: Number
field Size:Double
format:General Number
decimal places:auto
default value:0
export query: qryExport2Test
(the field of interest is value)
SELECT [RESULT].[tag]...
Sean,
I am having a similar problem. What I have noticed is a decimal value like this .005 is exported to a delimited text file in this format 5e-03 and a table value like this .292 is exported like this .29. I have a formatted export query like this " Format([RESULT].[value],"###.0000") AS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.