... restart from the begin
I want to WORK with activity 1.. not want to exclude it!!
I want to exclude USERS!
Table1.users -(minus) Table2.selectedusers WHERE Activity = 1
So if table 1 is:
User1, User2, User3, User4, User5
and Table 2 is:
Activity 1, User1
Activity 1, User3
Result should be:
User2, User4, User5 <-- that are "free" users for Activity 1!
If i use another activity (i.e. 2) that isn't inserted in the 2nd table the User listing is full.. eg all users!
aaaaarghh!! š))
Alan
Again.. sorry for my english š))