I want to write a query that will display project records in a table that have not been updated for X amount of days.
I have two tables: tblProjects, tblUpdates
The tables are related on 'CPOProjectNum' with a one to many relationship. What I would like is a query that would display an project that does not have an associated update with the past X days.
Any ideas on where to get started here?
I have two tables: tblProjects, tblUpdates
The tables are related on 'CPOProjectNum' with a one to many relationship. What I would like is a query that would display an project that does not have an associated update with the past X days.
Any ideas on where to get started here?