Multiple drop down lists -
04-05-2007
, 02:23 AM
I'm working on a project with many ifs and select cases
I think that multiple list boxes will help me...
Tell me if I'm thinking correct or is there a better way....
What I wan't to do is to create list boxes that contain :
a) description
b) value
c) ID of next list box (depending on the description)
The user only views the description.
For example if I have a list box with fruit's and meet that open a list box
with apples and ham
don't display "fruits" if "ham" is selected ... and so on.
At the end when all list boxes are completed a calculation is working
from the values of each list box.
thanks |