Hi All
I have a query question I cannot get my head around.
The Tables are
Client Table joins to Mapping_Client Table
Mapping_Client table joins to Mapping_Codes Table
Mapping_Codes table joins to Codes table.
This provides client codes mapped to internal codes. Then we can provide the client with their own codes without having to change ours.
Key fields across the 3 tables are
Clientid
Mapping_client_id
Mapping_codes_id
Code_id
I want to be able to list all the Codes that have not been mapped to a Client. Sounds simple but I cannot get it.
Thanks
I have a query question I cannot get my head around.
The Tables are
Client Table joins to Mapping_Client Table
Mapping_Client table joins to Mapping_Codes Table
Mapping_Codes table joins to Codes table.
This provides client codes mapped to internal codes. Then we can provide the client with their own codes without having to change ours.
Key fields across the 3 tables are
Clientid
Mapping_client_id
Mapping_codes_id
Code_id
I want to be able to list all the Codes that have not been mapped to a Client. Sounds simple but I cannot get it.
Thanks