Hello!
I have a Projects table with 11 project records. I have an Employees table with 25 records. Each project has an ID (Project ID) and each employee is assigned to work on one project (Project_ID Number). The tables are related from Project ID in Projects to Project_ID Number in Employees.
What I would like to do is delete those project records that have no matching records in the employees table. In other words, I'd like to delete projects from the Projects table that no employee is working on.
I'm thinking that a delete query may be possible, but not sure how to lay out the design view's criteria to do this.
Thanks,
Michael
I have a Projects table with 11 project records. I have an Employees table with 25 records. Each project has an ID (Project ID) and each employee is assigned to work on one project (Project_ID Number). The tables are related from Project ID in Projects to Project_ID Number in Employees.
What I would like to do is delete those project records that have no matching records in the employees table. In other words, I'd like to delete projects from the Projects table that no employee is working on.
I'm thinking that a delete query may be possible, but not sure how to lay out the design view's criteria to do this.
Thanks,
Michael