G
Guest
I need to come up with a way that from a drop down list when the user makes a
selection, the next drop down list, lists only a group of choices that can be
picked.
For example the first drop down list has:
HP
Tektronix
TI
The second drop down list looks at a table that has the following data:
1
2
3
4
5
6
7
8
9
When I select Tektronix from the first drop down list, the second drop down
list will display only:
3
5
7
8
Now the user can select one of the 4 choices given.
Thanks,
Joe...
selection, the next drop down list, lists only a group of choices that can be
picked.
For example the first drop down list has:
HP
Tektronix
TI
The second drop down list looks at a table that has the following data:
1
2
3
4
5
6
7
8
9
When I select Tektronix from the first drop down list, the second drop down
list will display only:
3
5
7
8
Now the user can select one of the 4 choices given.
Thanks,
Joe...