A
Al_Foote
I have a two tables -- one has the fields "Company Name", "Partner" and
"Manager". The latter two fields are numerical and hold the ID for the
individuals (the key in my second table).
The second table has detail information for the Partners and Managers.
I want to run a query that pulls the company names and the names of the
partners and names of the managers and distributes the partners and managers
into separate columns (e.g., Company name, Partner last name, Manager last
name).
Obviously a regular Left Join puts all the names in one column and
duplicates the company names. Any way to accomplish this?
"Manager". The latter two fields are numerical and hold the ID for the
individuals (the key in my second table).
The second table has detail information for the Partners and Managers.
I want to run a query that pulls the company names and the names of the
partners and names of the managers and distributes the partners and managers
into separate columns (e.g., Company name, Partner last name, Manager last
name).
Obviously a regular Left Join puts all the names in one column and
duplicates the company names. Any way to accomplish this?