Question
Grouping problem
Hi Guys,
I have created two related tables that contain the following info:
Table1:
speakerID
speakerName
speakerReview
speakerImage
Table 2:
venueID
speakerID
venue
eventDate
I have managed to output data by grouping it with date and venue. But I can't in anyway get the data to show events in one row. i.e, if I've got 4 speakers performing in the same venue on the same date, I get the result of each speaker name individually listed in each row, four rows down. I want them to be in the same row sorted by the date and venue.
Any help would be very much appreciated..
Thanks
Rob
I have created two related tables that contain the following info:
Table1:
speakerID
speakerName
speakerReview
speakerImage
Table 2:
venueID
speakerID
venue
eventDate
I have managed to output data by grouping it with date and venue. But I can't in anyway get the data to show events in one row. i.e, if I've got 4 speakers performing in the same venue on the same date, I get the result of each speaker name individually listed in each row, four rows down. I want them to be in the same row sorted by the date and venue.
Any help would be very much appreciated..
Thanks
Rob
