I have a Query and Report of our employees weekly billed hours. In this report I have a PO column and an Hours column. Right now I just use a text box with =Sum([Hours]) to show me the hours and this works great. However now I would like to add the PO area to the Sum.
I have reserved all PO numbers below 1000 to our maintenance accounts and all PO numbers above 1000 to service. So what I would like to know is how many hours are billed to service and how many to maintenance.
I know it should be something along the lines of
If PO < 1000 Sum Hours =
As you can see I am weak with expressions, Can some lend a hand?
I have reserved all PO numbers below 1000 to our maintenance accounts and all PO numbers above 1000 to service. So what I would like to know is how many hours are billed to service and how many to maintenance.
I know it should be something along the lines of
If PO < 1000 Sum Hours =
As you can see I am weak with expressions, Can some lend a hand?