I have a report which shows employee hiring status. In the header I have a =Count(*) textbox to count the total number of applicants. The body of the report (run from a query) is two textboxes: =Count([Status]) and a box to show the status.
I have about 20 status categories. Half of them are hirable, half are not. What I'm looking to do is have two counts in the header which show hirable and unhirable totals.
I'm looking for something like this:
Count "Accepted Position" + "In Training" + "Offer"...
Count "Declined Position" + "No Offer"...
Any suggestions?
I have about 20 status categories. Half of them are hirable, half are not. What I'm looking to do is have two counts in the header which show hirable and unhirable totals.
I'm looking for something like this:
Count "Accepted Position" + "In Training" + "Offer"...
Count "Declined Position" + "No Offer"...
Any suggestions?