G
grace
I have a counter on a report that counts the number of
people on a list sorted by job code:
Attorneys
1. Person1
2. Person2
3. Person3
.....
Paralegals
1. Person1
2. Person2
.....
I have field [BudgetHeadCount] that is available in the
report that lists the number of budgeted attorneys,
paralegals, etc. I would like the counter to keep
counting based on the [BudgetHeadCount] figure. So, in
the above example, if I have 5 budgeted attorneys and 3
budgeted paralegals, I would want the counter to display
the following:
Attorneys
1. Person1
2. Person2
3. Person3
4.
5.
Paralegals
1. Person1
2. Person2
3.
The Counter is currently set to =IIf([EmployeeStatus]
="Terminated",Null,[CounterTextBox]) and the
CounterTextBox field, which is not visible, is set to: =IIf
([EmployeeStatus]="Terminated",0,1). This is so that any
terminated employees will not show up with a number. This
works fine and I would like to continue using this feature.
What would I set the control source on the counter to in
order to get the counter to equal to the [BudgetHeadCount]
for the specific jobcode?
Your help is greatly appreciated.
people on a list sorted by job code:
Attorneys
1. Person1
2. Person2
3. Person3
.....
Paralegals
1. Person1
2. Person2
.....
I have field [BudgetHeadCount] that is available in the
report that lists the number of budgeted attorneys,
paralegals, etc. I would like the counter to keep
counting based on the [BudgetHeadCount] figure. So, in
the above example, if I have 5 budgeted attorneys and 3
budgeted paralegals, I would want the counter to display
the following:
Attorneys
1. Person1
2. Person2
3. Person3
4.
5.
Paralegals
1. Person1
2. Person2
3.
The Counter is currently set to =IIf([EmployeeStatus]
="Terminated",Null,[CounterTextBox]) and the
CounterTextBox field, which is not visible, is set to: =IIf
([EmployeeStatus]="Terminated",0,1). This is so that any
terminated employees will not show up with a number. This
works fine and I would like to continue using this feature.
What would I set the control source on the counter to in
order to get the counter to equal to the [BudgetHeadCount]
for the specific jobcode?
Your help is greatly appreciated.