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 there a special way to set up a relationship) but more importantly what SQL command would give me this table as a result
Location, User1Name, User2Name,
strat jam and
birm and jam
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 there a special way to set up a relationship) but more importantly what SQL command would give me this table as a result
Location, User1Name, User2Name,
strat jam and
birm and jam