I have posted this question in other forums, but no one seems to be able to solve this problem. I have 2 tables - one called tblCompanyA, the other called tblCompanyB. The layouts are the same: JobCode, Name, Title. JobCode is 5 positions, alphanumric. Company A and B share many of the same jobcode numbers. However, the are some jobcodes in A that are not in B and some jobcodes in B that are not in A. I would like to create a query that would display the results side by side.
Example:
Company A Company B
JobCode Name Title JobCode Name Title
0630 smith vp 0630 jones vp
0630 bailey vp 0630 johnson vp
0630 white vp
0631 moses avp
0632 brown fvp
0633 madison tr
0634 mason xyz 0634 perry zsw
How can I do this?
Thanks.
Example:
Company A Company B
JobCode Name Title JobCode Name Title
0630 smith vp 0630 jones vp
0630 bailey vp 0630 johnson vp
0630 white vp
0631 moses avp
0632 brown fvp
0633 madison tr
0634 mason xyz 0634 perry zsw
How can I do this?
Thanks.
Comment