M
Michael V
This has to be fairly easy, but I'm just not getting it. I am trying to
create a database for a friend to keep track of his high school basketball
assignments. My specific problem is as follows:
I have created a table called games. Columns in include the key, date, time,
level home team and visiting team. The level designates whether it is
Freshman, JV or Varsity. I have created acombo box for that and it works fine.
I'd like to display only those teams that are relavant to the level (e.g. if
it is a Freshman game, then the choices for the home team combo box should be
limited to Freshman teams).
I've tried creating a query that uses the "level" entry on the form as part
of the where clause, but I'm not doing something right . I either get a blank
result, or a list that seems to be casually related (perhaps from a prior
entry) or the primary key values from the team (rather than the team name).
Any suggestions?
create a database for a friend to keep track of his high school basketball
assignments. My specific problem is as follows:
I have created a table called games. Columns in include the key, date, time,
level home team and visiting team. The level designates whether it is
Freshman, JV or Varsity. I have created acombo box for that and it works fine.
I'd like to display only those teams that are relavant to the level (e.g. if
it is a Freshman game, then the choices for the home team combo box should be
limited to Freshman teams).
I've tried creating a query that uses the "level" entry on the form as part
of the where clause, but I'm not doing something right . I either get a blank
result, or a list that seems to be casually related (perhaps from a prior
entry) or the primary key values from the team (rather than the team name).
Any suggestions?