W
wal50
Each record in the table lists multiple expense categories for each employee.
Records are totals for each month. A query selects the records that have
three or more instances (months) with expense activity in the given category.
I can count the instances per employee but there I'm stuck. I am lost as
to how to not print (filter out) the ones where the count if <3.
Any ideas are appreciated.
Thanks in advance
WAL50
Records are totals for each month. A query selects the records that have
The goal is to produce a report by employee of only those employees who have$0 in one specific expense category within the last 6 months.
three or more instances (months) with expense activity in the given category.
I can count the instances per employee but there I'm stuck. I am lost as
to how to not print (filter out) the ones where the count if <3.
Any ideas are appreciated.
Thanks in advance
WAL50