this is probablt easy but i am stuck
table1
UserID, Name, Pass
1 jam pas
2 and pas2
table2
Location, User1, User2
strat 1 2
birm 2 1
Thanks for any help
User1 and User2 in tabele2 are supposed to relate to userID
in table2. How do I set this up (is...