Hi all,
I am running a query on a form which has the following fields.
Contract No.
Required Delivery Date
Total Contract Hours
What I need to do is to run a formula that takes a 'start date' and adds the total to it in order to get the next possible start date for the next job. For example:
Contract No - 808
Start Date - 28/12/02
Total Contract Hours - 25
This would mean that the next record should read:
Contract No - 809
Start Date - 29/12/02
Total Contract Hours - 3
And so on...
If the next records start date is less after the 'Required Delivery Date' then that rows text should show red.
I need to start with a fixed start date that ia always the same and the rest of the start dates should then be calculated by some formula.
I do not have a field called 'Start Date' in my table and am stuck as to the best way around this problem. Could anyone suggest how I could do this?
Cheers,
Woody.
I am running a query on a form which has the following fields.
Contract No.
Required Delivery Date
Total Contract Hours
What I need to do is to run a formula that takes a 'start date' and adds the total to it in order to get the next possible start date for the next job. For example:
Contract No - 808
Start Date - 28/12/02
Total Contract Hours - 25
This would mean that the next record should read:
Contract No - 809
Start Date - 29/12/02
Total Contract Hours - 3
And so on...
If the next records start date is less after the 'Required Delivery Date' then that rows text should show red.
I need to start with a fixed start date that ia always the same and the rest of the start dates should then be calculated by some formula.
I do not have a field called 'Start Date' in my table and am stuck as to the best way around this problem. Could anyone suggest how I could do this?
Cheers,
Woody.