I am pulling a number from one database(Sql 2000) into Access for the purpose of computing sales tax. I need to round up a figure like 3.025 to 3.03, but Access is refusing to do this -- it's leaving it at 3.02 instead.
I've tried to convert the field to a more exact one than float, but Access does not like Cast or Convert commands within a select statement.
Does anyone have a solution for this issue?
Thanks!
Margaret
I've tried to convert the field to a more exact one than float, but Access does not like Cast or Convert commands within a select statement.
Does anyone have a solution for this issue?
Thanks!
Margaret