I have a database that lists exception requests. One of the fields is an "approved" checkbox - I am running a report that includes each person, the number of exceptions they have requested and the number that was approved.
I am having a problem getting the number of approved. I set up a query to pull the fields - then queried that query to get the total requests.... Just can't figure out how to get a total of approved. The desired report would read:
Name Exception requests Exceptions approved
Joe 25 10
Any help would be greatly appreciated! Thanks!
I am having a problem getting the number of approved. I set up a query to pull the fields - then queried that query to get the total requests.... Just can't figure out how to get a total of approved. The desired report would read:
Name Exception requests Exceptions approved
Joe 25 10
Any help would be greatly appreciated! Thanks!