Hi there,
I have a job table and am capturing the invoice date, payment terms (e.g. 28 days) and invoice due date. I have just found out that the payment terms are 28 days from the end of the week. I have:
JobPaymentDate =[JobPayment]+28
How can I get it to identify which day of the week it is and then work out the date of the Friday of that week and then add 28 days from then?
I have a job table and am capturing the invoice date, payment terms (e.g. 28 days) and invoice due date. I have just found out that the payment terms are 28 days from the end of the week. I have:
JobPaymentDate =[JobPayment]+28
How can I get it to identify which day of the week it is and then work out the date of the Friday of that week and then add 28 days from then?