B
Bill.Carlson
Access 2007
We have imported data (through copy and paste append) from another
application into an Access table and we are struggling with
maintaining a value with only 2 decimals as this value is later used
in excel vlookup functions.
In my simple query, I have tried Round([ValueField],2) -- the query
still returns values such as 115.01000213623 for any data element that
is not a whole number.
How may I return a value of just 115.01 in the above example -- we
need the result to be a number and not text.
As always, help is much appreciated,
Bill Carlson
We have imported data (through copy and paste append) from another
application into an Access table and we are struggling with
maintaining a value with only 2 decimals as this value is later used
in excel vlookup functions.
In my simple query, I have tried Round([ValueField],2) -- the query
still returns values such as 115.01000213623 for any data element that
is not a whole number.
How may I return a value of just 115.01 in the above example -- we
need the result to be a number and not text.
As always, help is much appreciated,
Bill Carlson