Hello all!
How do I go about rounding a standard number? I've searched the forums and haven't been able to find anything. I have my query which determines the number of days late an account is.which results in (depending on the date it is run) 32, 62, etc. I want to use the field in statements, but want it to say "30", "60", "90".Code:aging: DateDiff("d",[duedate],Date())
Thanks in advance!