When I use the Round Function in Access 2000 I come up with some discrepencies. If I try to round a number (data type is currency), say 24180.5, the result is 24180. Obviously the number should round UP to 24181. What is strange is that if I hard code in a number to read 24180.501 the resulting rounded figure is correct (24181). Also, if I hard code in a number to read 24181.5 the function works fine and returns 24812. Any help would be greatly appreciated!