Hai
To give more Clarity,Assume this as excel sheet of 3 columns
Material Thickness Width
Steel 0.5 2
Steel 0.75 3
Alluminiu 0.25 7
Alluminiu 1 5
Now my first combo box will be for Material, user will select either steel (or) alluminiu,after his selection according to this second combo box which is thickness will get data's and it will list.
for example let's say user select steel and in next combo box which is thickness should get only value of 0.5 & 0.75 for user to select.like wise it goes until to get final data.
whether it is possible to do this? kindly help.