I have one form that has personnel with hourly rate.
I have another form tallying the number of hours worked in a task.
I'd like to generate a view (from second form) which multiplies the number of hours x hourly rate to get cost for the task.
Then this form could sum the cost for the total cost at the bottom.
Any ideas of what the best way is to do this ?
Any help would be appreciated.