I have a report that uses the Format$ function. I'm trying to find out how many items are processed by the hour. When it breaks it down it is rounding up the time. 5:00 - 5:29 are showing under 5:00 but 5:30-5:59 are showing as 6:00. How can I get it to round down so 5:00-5:50 reports as 5:00. I'm using =Format$([entryTime], "h ampm",0,0) I can't find much help for the Format$ function.