Hello all:
I have a select query:
It contains the following fields:
WorkorderID (Group by)
ManHours1 (Sum)
ManHours2 (Sum)
ManHours3 (Sum)
Currently it returns the sum of labour for three different technicians working on the same workorder. I have an additional field called Total Man hours. I would like total man hours to return the sum of MH1, MH2 and MH3.
Problem: I cannot figure out how? (calculation)
Thanks as usual,
Jeannie
I have a select query:
It contains the following fields:
WorkorderID (Group by)
ManHours1 (Sum)
ManHours2 (Sum)
ManHours3 (Sum)
Currently it returns the sum of labour for three different technicians working on the same workorder. I have an additional field called Total Man hours. I would like total man hours to return the sum of MH1, MH2 and MH3.
Problem: I cannot figure out how? (calculation)
Thanks as usual,
Jeannie