[B]DisplayPhoto[/B] > Table Name
ID
PhotoID
Photographer
GuestID
I have a form where someone can click a checkbox which has a GuestID value. There are serveral fields so I want to have a SQL search such as
SELECT * FROM DisplayPhoto WHERE GuestID = 11
However 11 might be 2,5,11 and 32
Almost as if it was in an array.