I think I need a join but I'm not sure.

2 posts by 2 authors in: Forums > CMS Builder
Last Post: September 4, 2009   (RSS)

By InHouse - September 4, 2009

Situation:
Table 1 - List of event sponsors with num, title(text field), url(text field) and graphic upload.
Table 2 - List of events. Within this there is a checkbox list where the user can indicate which sponsors supported the event. The sponsor record number is being stored.

On the event detail page I'd like to show all the sponsors logos.

Some guidance on how best to do this would be appreciated. Not sure how best to walk the list of integers and pull the associated records all into one page.

J.