Hi, I am trying to create a form to display some of our costing data.
I have a table that includes the following fields:
Project ID
Total Cost
Total Hours
1
2
3
.
.
.
51
(where the last field represent weeks)
Each of the week fields contian a percetage of the total cost as it's expected to be distributed.
For each week I want to calculate the equivalent hours using the calculation [Week] / ([Total Cost]/[Total Hours])
I would then ideally like to display this on a form as if for each project there were two sets of records one with the raw data and one with the data converted into hours.
What would be the best way to do this?
if you need more information let me know and I will try and provide as much as possible
I have a table that includes the following fields:
Project ID
Total Cost
Total Hours
1
2
3
.
.
.
51
(where the last field represent weeks)
Each of the week fields contian a percetage of the total cost as it's expected to be distributed.
For each week I want to calculate the equivalent hours using the calculation [Week] / ([Total Cost]/[Total Hours])
I would then ideally like to display this on a form as if for each project there were two sets of records one with the raw data and one with the data converted into hours.
What would be the best way to do this?
if you need more information let me know and I will try and provide as much as possible