N
Nick
I have two table, Table1 has the primary key (route) and
table2 (history)is the child where a log is created on
certain data entries on the route. I want to find the
route where the route or routes have not had any history
entries in the last x days. I can create a query that
will tell me which have had entries but not the other
way.
table2 (history)is the child where a log is created on
certain data entries on the route. I want to find the
route where the route or routes have not had any history
entries in the last x days. I can create a query that
will tell me which have had entries but not the other
way.