M
mcduff22
I have a master table of records that include clients and record creation
dates. I also have a subtable for documenting yearly review dates, comments
etc. for the record built in the master table - as the subtable will track
all review dates forever.
My query which requires both tables, will only pull master table records
that have a child record already created. I need the query to pull records
up for review based on the date created or last review date (whichever is
most recent). My first problem is that the record may not have been reviewed
yet (thus subtable record created) and not being pulled into the query. The
second problem is that I need the query to pull the master record based on
time span of creation date or last review date (whichever most recent).
dates. I also have a subtable for documenting yearly review dates, comments
etc. for the record built in the master table - as the subtable will track
all review dates forever.
My query which requires both tables, will only pull master table records
that have a child record already created. I need the query to pull records
up for review based on the date created or last review date (whichever is
most recent). My first problem is that the record may not have been reviewed
yet (thus subtable record created) and not being pulled into the query. The
second problem is that I need the query to pull the master record based on
time span of creation date or last review date (whichever most recent).