Grrr I just lost the post so have to start again, I hope I don't miss anything!
Hello!!!
Ok, so I have a database (MS Access 2003), which has a Jobs table and has information about the client, client contact, job descriptions and most importantly:
InvoiceDate
InvoiceNumber
JobRate
JobExpenses
JobPayment
PaymentTerms
PaymentDueDate
InvoiceSent (checkbox)
Invoice sent will always be the same day as InvoiceDate, so no need for a text field, all others are.
So what I am trying to work out is how to calculate the PaymentDueDate, which has now been changed to 28 days from the Friday of the week the job finishes. So for example, if I finished a job on Monday 4 December 2006, my payment due date would be 28 days from Friday 8 December 2006.
I can no longer use [InvoiceDate}+28 to get this due date.
Any ideas?
Hello!!!
Ok, so I have a database (MS Access 2003), which has a Jobs table and has information about the client, client contact, job descriptions and most importantly:
InvoiceDate
InvoiceNumber
JobRate
JobExpenses
JobPayment
PaymentTerms
PaymentDueDate
InvoiceSent (checkbox)
Invoice sent will always be the same day as InvoiceDate, so no need for a text field, all others are.
So what I am trying to work out is how to calculate the PaymentDueDate, which has now been changed to 28 days from the Friday of the week the job finishes. So for example, if I finished a job on Monday 4 December 2006, my payment due date would be 28 days from Friday 8 December 2006.
I can no longer use [InvoiceDate}+28 to get this due date.
Any ideas?
Comment