Hi,
I have two tables, participants and events. For every participant, there are many events. I am trying to figure out how to select all of the participants who have always cancelled events. There is a "Cancelled" boolean field in the events table which is True or False, so I need to select all participants who have all of their event records set to True.
Any ideas?
Thank you!
Drew
I have two tables, participants and events. For every participant, there are many events. I am trying to figure out how to select all of the participants who have always cancelled events. There is a "Cancelled" boolean field in the events table which is True or False, so I need to select all participants who have all of their event records set to True.
Any ideas?
Thank you!
Drew