All - I am not sure that my subject line explains my situation but here is the scenario. I have a list of companies and for each company a list of sales contacts who the company works with. So, one company may have just one sales contact or many sales contacts.
I have an Excel sheet which contains 2 columns(fields):
CompanyID SalesContact
1 Amber
Bill
Carlos
2 Bill
3 Carlos
4 Amber
Bill
5 Carlos
What I want to do is take the layout I currently have and display one row for each company. So, take the one to many relationship I currently have and display it as follows:
CompanyID Sales1 Sales2 Sales3
1 Amber Bill Carlos
2 Bill
3 Carlos
4 Amber Bill
Thank you in advance for your time and suggestions.
-- JJB373 --
I have an Excel sheet which contains 2 columns(fields):
CompanyID SalesContact
1 Amber
Bill
Carlos
2 Bill
3 Carlos
4 Amber
Bill
5 Carlos
What I want to do is take the layout I currently have and display one row for each company. So, take the one to many relationship I currently have and display it as follows:
CompanyID Sales1 Sales2 Sales3
1 Amber Bill Carlos
2 Bill
3 Carlos
4 Amber Bill
Thank you in advance for your time and suggestions.
-- JJB373 --