Say that, in your query, the field holding your currency result is named X
Then add in a new column of the QBE grid, in the firts line:
RoundedResult : iif(((X-int(X))* 10 \ 5) = 0, int(X) + 0.49, int X + 0.99)
Alex
[This message has been edited by Alexandre (edited 02-01-2002).]