ProjectExplorer
Programmer
I have two tables - tblOrders and tblClaims.
A person can order forms for many claim claims.
We may therefore dispatch many forms to a client who may return any combination of the forms to us.We therefore only create a claim record (tblClaim) for each claim when we recieve a claim form back.
I have set up a one (tblOrders) to many (tblClaims)relationship.
How can I identify which orders have no claims records set up (bearing in mind that we only create a claims record if a client returns a claims form)? Basically finding orders with no claims records attached (non responders).
Any help appreciated.
A person can order forms for many claim claims.
We may therefore dispatch many forms to a client who may return any combination of the forms to us.We therefore only create a claim record (tblClaim) for each claim when we recieve a claim form back.
I have set up a one (tblOrders) to many (tblClaims)relationship.
How can I identify which orders have no claims records set up (bearing in mind that we only create a claims record if a client returns a claims form)? Basically finding orders with no claims records attached (non responders).
Any help appreciated.