Okay, the title is crazy - couldn't figure any better way to say it! Here goes:
The table stores data on surveys attempted/done on our employees. There is a record for each survey attempt, & it is either completed because there are scores, or it is marked as either Unavailable or Refused (no scores would be entered). ALL records do have a date, employee name, & ticket #.
I'm trying to get totals that should be easy! I want Access to count the # of records where Unavailable was checked, the # of records where Refused was checked, all records for the time period selected (got that one!), & then subtract the Unavailables & Refused from the Total to give me a count of Completed surveys.
Is this simple cancatination, or do I need to use code On Open?
Thanks!
The table stores data on surveys attempted/done on our employees. There is a record for each survey attempt, & it is either completed because there are scores, or it is marked as either Unavailable or Refused (no scores would be entered). ALL records do have a date, employee name, & ticket #.
I'm trying to get totals that should be easy! I want Access to count the # of records where Unavailable was checked, the # of records where Refused was checked, all records for the time period selected (got that one!), & then subtract the Unavailables & Refused from the Total to give me a count of Completed surveys.
Is this simple cancatination, or do I need to use code On Open?
Thanks!