Hi , i have 2 tables in Acees, table A is Company and table B is Merging_Company .
Company Contains the following fields
CODE , DESCRIPTION , UNIT ID
Table Merging_Company Contais the following fields
CODE , DESCRIPTION , UNIT ID
I am consolidating the company table record in to Merging_company table with the UNIT_ID, This UNIT ID represents the Unique identification between companies.
My requirements here is,
[1] I need to cross verify that number of records in each company in the company table must match with the records in the Merged_company table
[2] Need to find out mismatching code or description between two tables for each company.
Pls help me in building this query
Thanks
Ysn
Company Contains the following fields
CODE , DESCRIPTION , UNIT ID
Table Merging_Company Contais the following fields
CODE , DESCRIPTION , UNIT ID
I am consolidating the company table record in to Merging_company table with the UNIT_ID, This UNIT ID represents the Unique identification between companies.
My requirements here is,
[1] I need to cross verify that number of records in each company in the company table must match with the records in the Merged_company table
[2] Need to find out mismatching code or description between two tables for each company.
Pls help me in building this query
Thanks
Ysn
Comment