D
DubboPete
Hi all,
Millions of searches through the newsgroup didn't answer my question, which
is:
If I click on text0, I want it to populate List6 with all corresponding
entries!
Here's the drum.
tblTeams contains [teamid] and [team]
[teamid] is number
[team] is the Team name
on FrmFixtures I have a [combo10] with value list 1 thru 5 (which indicates
divisions, Division 1, Division 2, etc)
when I select '2' in [combo10] , I would like [List6] to populate with all
teams [team] from tblTeams that are in Div 2 ([teamid] = 2).
if ([combo10] = 2 then
List6 =
Lakers
Wildcats
Glory
United
Tigers
!!!
Please try to be gentle, and not too condescending with your answers -
although I probably deserve it
thanks in anticipation all
The Goat Herder
Millions of searches through the newsgroup didn't answer my question, which
is:
If I click on text0, I want it to populate List6 with all corresponding
entries!
Here's the drum.
tblTeams contains [teamid] and [team]
[teamid] is number
[team] is the Team name
on FrmFixtures I have a [combo10] with value list 1 thru 5 (which indicates
divisions, Division 1, Division 2, etc)
when I select '2' in [combo10] , I would like [List6] to populate with all
teams [team] from tblTeams that are in Div 2 ([teamid] = 2).
if ([combo10] = 2 then
List6 =
Lakers
Wildcats
Glory
United
Tigers
!!!
Please try to be gentle, and not too condescending with your answers -
although I probably deserve it
thanks in anticipation all
The Goat Herder