Hi,
i have a set-up like :
{Users] [Event]
*UserID 1->M UserID
Name EventID
something like :
Select * from users where [Event] doesnt contain userID for a certain eventID.
so, if i had :
[Users]
1234 | Eve
2345 | Adam
and
[Event]
5678 | 02
2345 | 02
for event 02
Eve would be selected because she has not signed up for that event. Adam would not, because he is signed up for (EventID[02]). This is driving me nuts, i just cant get the query right. The [EventID] comes from a form, and produces the contents of a list box.
I think this is clear ...
i have a set-up like :
{Users] [Event]
*UserID 1->M UserID
Name EventID
something like :
Select * from users where [Event] doesnt contain userID for a certain eventID.
so, if i had :
[Users]
1234 | Eve
2345 | Adam
and
[Event]
5678 | 02
2345 | 02
for event 02
Eve would be selected because she has not signed up for that event. Adam would not, because he is signed up for (EventID[02]). This is driving me nuts, i just cant get the query right. The [EventID] comes from a form, and produces the contents of a list box.
I think this is clear ...