Hi. I would be grateful for any help with the following query design.
I have a table of registered Clients (tblClient) who require training, and this table is linked by Job_No to a table (tblTraining) that holds training session data for Clients. A Client firsts registers, and their information is entered in tblClient. At some point later in time the Client is allocated a training session which is entered in tblTraining. I need a query that will pull out all registered Clients that have NOT been allocated a training session. I thought it would be easy but perhaps my brain is not in gear today. Thanks
I have a table of registered Clients (tblClient) who require training, and this table is linked by Job_No to a table (tblTraining) that holds training session data for Clients. A Client firsts registers, and their information is entered in tblClient. At some point later in time the Client is allocated a training session which is entered in tblTraining. I need a query that will pull out all registered Clients that have NOT been allocated a training session. I thought it would be easy but perhaps my brain is not in gear today. Thanks