Hello,
So I have two queries:
- [qryStatusPerEmployee]
- [FullName]
- [Goal]
- [Valid]
- [qryValidCertifications]
- [FullName]
- [Station]
- [Status]
So in query #1 you have the list of employees, with the goal of certifications to have and in query #2 you have the list of valid certifications, where a single employee can appear several times, because he can be certified in different stations, the status already filters the valid certifications from the expired ones.
I would like to have in the [valid] column on query #1, the count of how many times that employee appears in the second query, so that I obtain the number of valid certification each employee has.
Thanks for your time in advance!