Ok, I'm noew to this and I seem to have hit a wall.
I have two tables:
Matches
-matchID (autoNumber - primary Key)
-winnerID (number)
-loserID (number)
-datePlayed (Date/Time)
-victoryType (Text Lookup)
--(lkup)major
--(lkup)minor
--(lkup)technical
Teams
-teamID (Autonumber - primary key)
-name (Text)
-tag (Text)
Now I admit that I don't know what I'm doing here. The winnerID and the looserID are supposed to relate to the Teams table - but I don't know how to implement this.
I draw lines in the relationships window and when I look at it again its all changed.
Please treat me like I don't know anything about databases outside using ClarisWorks in highschool And that was a long time ago. Its amazing what management thing we should be able to do when we have a couple of letters after our name.
--> Oddball
I have two tables:
Matches
-matchID (autoNumber - primary Key)
-winnerID (number)
-loserID (number)
-datePlayed (Date/Time)
-victoryType (Text Lookup)
--(lkup)major
--(lkup)minor
--(lkup)technical
Teams
-teamID (Autonumber - primary key)
-name (Text)
-tag (Text)
Now I admit that I don't know what I'm doing here. The winnerID and the looserID are supposed to relate to the Teams table - but I don't know how to implement this.
I draw lines in the relationships window and when I look at it again its all changed.
Please treat me like I don't know anything about databases outside using ClarisWorks in highschool And that was a long time ago. Its amazing what management thing we should be able to do when we have a couple of letters after our name.
--> Oddball