I am using Access 2007. I have two tables, tbl_PROJECTS and tbl_CHECKS. Tbl_PROJECTS has a ProjectID field and Project Name field. Tbl_CHECKS has a CheckID and Check Number field. These tables are connected in a many-to-many relationship through a juncture table called tbl_Projects Checks mm, and the juncture table contains only the ProjectID and CheckID foreign keys.
I need a query that will find projects without check numbers. I originally created a query that pulled both fields from juncture table tbl_Projects Checks mm, then set CheckID to “Is Null” in the Criteria row. I received a blank query datasheet in return. I do not know where to go from here. How can I build a query that lists the projects from tbl_PROJECTS that are not yet linked with a check through the juncture table?
Thank you for your help!
I need a query that will find projects without check numbers. I originally created a query that pulled both fields from juncture table tbl_Projects Checks mm, then set CheckID to “Is Null” in the Criteria row. I received a blank query datasheet in return. I do not know where to go from here. How can I build a query that lists the projects from tbl_PROJECTS that are not yet linked with a check through the juncture table?
Thank you for your help!