sam
12-21-2008, 05:47 AM
i have created a database and need to calculate the no of days which a payment is overdue.
i need it to do the following
takeaway the current date by the date to be paid.
i have tried the following.
OVERDUE: DateDiff("d",[date to be paid],[now()])
But has not worked. any ideas?
i need it to do the following
takeaway the current date by the date to be paid.
i have tried the following.
OVERDUE: DateDiff("d",[date to be paid],[now()])
But has not worked. any ideas?