F
Fipp
I have a form that has several list boxes to filter data for reports based on
the selections.
there is a [teamlst] and [opponentlst]
the values that are availaible in [opponentlst] are dependent upon who is
selected in [teamlst]
[teamlst] is a multi select (simple) list box. I created a text box
[teamselected]that converts the values selected in the list box for example
the results would show as follows: "texas","kansas state"
I am trying to requery the data in the [opponentlst] to a list of selections
that are still possible provided that [teamlst] = the selected values.
I have tried to put the refrence to [teamselected] in the criteria field of
[team] in the query containing [opponent] and this does not work?
the selections.
there is a [teamlst] and [opponentlst]
the values that are availaible in [opponentlst] are dependent upon who is
selected in [teamlst]
[teamlst] is a multi select (simple) list box. I created a text box
[teamselected]that converts the values selected in the list box for example
the results would show as follows: "texas","kansas state"
I am trying to requery the data in the [opponentlst] to a list of selections
that are still possible provided that [teamlst] = the selected values.
I have tried to put the refrence to [teamselected] in the criteria field of
[team] in the query containing [opponent] and this does not work?