I am trying to create a summary based on data from one table in Access, but having some expected issues which I hope someone can resolve.
Table 1 looks like this
Region || Case ID || Tasked || Visited
For each region I would like to show three fields.
- a Total Column (count of case IDs)
- Total Tasked (where Tasked = Yes)
- Total Visited (where Total Visited = Yes).
Creating the Total Column is fine, however, once I started adding in WHERE
clauses = Yes, I obviously lose data in the total column. Is there a way around this?