A Allen Browne Aug 28, 2008 #2 Kevin said: Need a way to round up to the nearest .25 in a query. Click to expand... Try: Round(4 * [MyField], 0) / 4 Explanation: http://allenbrowne.com/round.html#Round5c
Kevin said: Need a way to round up to the nearest .25 in a query. Click to expand... Try: Round(4 * [MyField], 0) / 4 Explanation: http://allenbrowne.com/round.html#Round5c