D
Dave Elliott
i have this code on my textbox417 on a sub-form
I want to find the difference between the current date and the max date of
BillDate
how many days have passed since the invoice was sent.
belwo code does not work
DateDiff("d",Date(),DMax("BillDate")
I want to find the difference between the current date and the max date of
BillDate
how many days have passed since the invoice was sent.
belwo code does not work
DateDiff("d",Date(),DMax("BillDate")