V
Vance
Hello. I have a query (based on a table and two other queries):
tblGAMES:
fldGameID (PK)
qryVISITOR_TEAM:
fldTeamName
fldGameID
qryHOME_TEAM:
fldTeamName
fldGameID
My query is set up so that it displays the GameID, the "Home" Team and
the "Visitor" Team:
fldGameID fldTeamName fldGameID
(from qryVISITOR_TEAM) (from qryHOME_TEAM) (from tblGAMES)
I would like to be able to set a parameter to type in the team name
and get a list of all the games, regardless whether the team is "Home"
or "Visitor". I can't figure out how to make it search through BOTH
the Away and the Home team fields, however -- I either get a list of
the games where the team is considered "Home" or a list where they are
the "Visitor" team.
Is this possible?
Thanks!
Vance
tblGAMES:
fldGameID (PK)
qryVISITOR_TEAM:
fldTeamName
fldGameID
qryHOME_TEAM:
fldTeamName
fldGameID
My query is set up so that it displays the GameID, the "Home" Team and
the "Visitor" Team:
fldGameID fldTeamName fldGameID
(from qryVISITOR_TEAM) (from qryHOME_TEAM) (from tblGAMES)
I would like to be able to set a parameter to type in the team name
and get a list of all the games, regardless whether the team is "Home"
or "Visitor". I can't figure out how to make it search through BOTH
the Away and the Home team fields, however -- I either get a list of
the games where the team is considered "Home" or a list where they are
the "Visitor" team.
Is this possible?
Thanks!
Vance