Using a querry, I want to display a field as a record.
Table A has an ID Field, Company Field and Name Field.
Let say 3 people are assigned to the Chocolate company. I want my querry to display the ID, the company and then the next column Bob, the next column tina, the next column Sue.
I've tried using a total's querry and it works using Max and Min for the Name field...but doesn't due me much good if there are more than 3 names.