N
Nancy Lytle
I have a table where some data has been entered incorrectly, leaving us with
data such as unit cost 69.985, when it should be 69.99 or 49.985 when it
should be 49.99 (these are currency fields).
Since there are several hundred thousand records, and an unknown number have
this "quirk", I'd like to be able to run an update query that could catch
any of the bad amounts and "round them down". Using Access functions it
always seems to round down to say, 69.98 not 69.99.
Does anyone have any ideas as to how I can handle the current bad data? I
am investigating the offending code but need to run a batch of records
before I can get the code fix done.
Thanks in advance.
Nancy Lytle
data such as unit cost 69.985, when it should be 69.99 or 49.985 when it
should be 49.99 (these are currency fields).
Since there are several hundred thousand records, and an unknown number have
this "quirk", I'd like to be able to run an update query that could catch
any of the bad amounts and "round them down". Using Access functions it
always seems to round down to say, 69.98 not 69.99.
Does anyone have any ideas as to how I can handle the current bad data? I
am investigating the offending code but need to run a batch of records
before I can get the code fix done.
Thanks in advance.
Nancy Lytle