C
cshafer
Up to a challenge
I have a database that is used as an interface/data input tool fo
school sports schedules
I have 2 combo boxes. The first is for the school schedule that i
being input. The second is for the opponent for the game. In othe
words, it looks like this:
GameDate SchoolName Opponen
The problem
For every game input for a particular school, I want a new game t
automatically be added to the "Opponent" school, so when you pull u
the opponent school name, that game will already be in the schedul
for the opponent school
The game is in the table, but the problem is that when you pull up th
opponent name as the school name (to view their schedule), the game i
not in there. I don't want a person to have to put in the same game
for the school and then the opponent. What can I do
I have a database that is used as an interface/data input tool fo
school sports schedules
I have 2 combo boxes. The first is for the school schedule that i
being input. The second is for the opponent for the game. In othe
words, it looks like this:
GameDate SchoolName Opponen
The problem
For every game input for a particular school, I want a new game t
automatically be added to the "Opponent" school, so when you pull u
the opponent school name, that game will already be in the schedul
for the opponent school
The game is in the table, but the problem is that when you pull up th
opponent name as the school name (to view their schedule), the game i
not in there. I don't want a person to have to put in the same game
for the school and then the opponent. What can I do