I have a calculated field in a report that states: =Sum([Product Need])
How can I have it round up to the nearest 50. In Excel I use (ceiling(cel;50 )). How would that be in Access? I tried =ceiling(Sum([Product Need]);50) but that doesn't work.
How can I have it round up to the nearest 50. In Excel I use (ceiling(cel;50 )). How would that be in Access? I tried =ceiling(Sum([Product Need]);50) but that doesn't work.
Comment