Being a relative newbie to queries I need assistance coding queries to compare various fields within several tables contained in a single database. Each table is different in structure in that they do not have the same columns. However they do have similar information (e.g. table 1 has CustomerID and CustStatus and table 2 has Client ID and ClientStatus).
I need to create a query that will:
(1) identify if table 1 has a customerID that is not contained in table 2,
(2) identify if table 2 has a client ID that is not contained in table 1, and
(3) identify differences between the CustStatus and ClientStatus fields.
I've tried sample code from the web but have failed miserably. You help is greatly appreciated.
Thanks,
Paul123
I need to create a query that will:
(1) identify if table 1 has a customerID that is not contained in table 2,
(2) identify if table 2 has a client ID that is not contained in table 1, and
(3) identify differences between the CustStatus and ClientStatus fields.
I've tried sample code from the web but have failed miserably. You help is greatly appreciated.
Thanks,
Paul123
Comment