G
Guest
I've built a database to track volunteers and their assignments on a project.
I'm trying to build a query to select records from a "volunteers" table who
don't have an entry in the "ShiftAssignment" table. I tried to use an
"IsNull" criteria, but it didn't work because they don't have record in the
"ShiftAssignment" table to check for a null criteria. What is the correct
way to select those records from the database?
I'm trying to build a query to select records from a "volunteers" table who
don't have an entry in the "ShiftAssignment" table. I tried to use an
"IsNull" criteria, but it didn't work because they don't have record in the
"ShiftAssignment" table to check for a null criteria. What is the correct
way to select those records from the database?