S
Sum Question
I have a tabular report based on a query that retrieves
employee data per department, including Name, Hrs/Week,
Rate of Pay, etc.
And I have used =Sum(Abs([Name - Full] Like "OPEN
POSITION*")) to get a count total open positions (Each
Open Position Appears as an Employee with a "name" that
starts with "OPEN POSITION"). I would like to get a sum
the Hrs/Week that correspond to the open postions (Sum of
total open weekly hours). Is there a way to do this in
the report without linking the control to a query?
Thanks in advance.
employee data per department, including Name, Hrs/Week,
Rate of Pay, etc.
And I have used =Sum(Abs([Name - Full] Like "OPEN
POSITION*")) to get a count total open positions (Each
Open Position Appears as an Employee with a "name" that
starts with "OPEN POSITION"). I would like to get a sum
the Hrs/Week that correspond to the open postions (Sum of
total open weekly hours). Is there a way to do this in
the report without linking the control to a query?
Thanks in advance.