I ended up finding another solution. On the form, I went with:
AfterUpdate for the InvoiceDate field:
[JobPaymentDate] = [JobInvoiceDate] + 35 - Weekday([JobInvoiceDate])
This actually takes it from the Saturday, which is a better solution as for some jobs, Saturday is still a working day...
I tried that and it seemed to not show 2 of my jobs.
I entered:
(Int([JobInvoiceDate]/7)*7+6)+28
Under the Criteria section of the JopPaymentDate field that I'm trying to work out
I SO don't have as much Access knowledge as I thought!
Where would I need to enter that? I've tried to put it in the JobPaymentDate field and it didn't like it.
Can I have the 'inserting code for dummies version?' please?
Hi there,
Thanks for your reply. I'm not sure if I know if there is a C6! I'm not using Excel, I'm using MS Access (have I posted in the wrong forum?)
Will this still work? If so, do I still write it the same way?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.