Etherington
Programmer
Hello,
Per the crude example, I'm attempting to format a report that will automatically sum the values from one column [TaskTime], and expand the field [Duration]in another column to suit the summed time (in 1 hour increments).
| Duration | Task Time | Task |
| (Hour) | (Hours) | |
| | .50 | Setup Tool |
| 1 | .25 | Load Part |
| | .25 | Run Part |
| 2 | 1.00 | Deburr Part |
| 3 | 1.25 |Assemble Part |
| | | |
| 4 | .25 | Inspect Part |
| | .50 | Package Part |
The [Duration]on the report can be an "unbound" field as the user DOES NOT enter data into the field. It will also always be in increments of 1-4 hours as shown.
The [TaskTime] is entered by a user and is Numeric data. [Task] is Memo data.
Possible?
Thanks.
Brad
Per the crude example, I'm attempting to format a report that will automatically sum the values from one column [TaskTime], and expand the field [Duration]in another column to suit the summed time (in 1 hour increments).
| Duration | Task Time | Task |
| (Hour) | (Hours) | |
| | .50 | Setup Tool |
| 1 | .25 | Load Part |
| | .25 | Run Part |
| 2 | 1.00 | Deburr Part |
| 3 | 1.25 |Assemble Part |
| | | |
| 4 | .25 | Inspect Part |
| | .50 | Package Part |
The [Duration]on the report can be an "unbound" field as the user DOES NOT enter data into the field. It will also always be in increments of 1-4 hours as shown.
The [TaskTime] is entered by a user and is Numeric data. [Task] is Memo data.
Possible?
Thanks.
Brad