asanchez516
New Member
- Joined
- Mar 28, 2014
- Messages
- 3
Good morning all,
I've tried to do a drop down list with special requirements. These requirements are:
For example
Maker: Tyco Sprinkler Nozzles
Model: D-3 Protector Spray
and special features are:
I need to choose from a drop down list the orifice size and with another drop down list requiring if NFPA or SI units, put the values of Diameter and K factor specific for each orifice size in a drop down list. So, what I want is to make a drop down list of each column and when I choose the orifice size, all other values that don't correspond with the matching orifices size shall be removed from the Drop Down List.
[TABLE="class: grid, width: 500, align: center"]
<TBODY>[TR]
[TD][/TD]
[TD]NFPA[/TD]
[TD]NFPA[/TD]
[TD]SI[/TD]
[TD]SI[/TD]
[/TR]
[TR]
[TD]Orifice Size[/TD]
[TD]Diameter[/TD]
[TD]K Factor[/TD]
[TD]Diameter[/TD]
[TD]K Factor[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]0.203"[/TD]
[TD]1.2[/TD]
[TD]5.16mm[/TD]
[TD]17.3[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]0.25"[/TD]
[TD]1.8[/TD]
[TD]6.35mm[/TD]
[TD]25.9[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]0.328"[/TD]
[TD]3[/TD]
[TD]8.33mm[/TD]
[TD]43.2[/TD]
[/TR]
</TBODY>[/TABLE]
I've tried to do a drop down list with special requirements. These requirements are:
- I choose a maker, this directs me to specific models done by the vendor.
- Then I choose a model and for those models, there are different sizes and specific features for each
- Then I came with my problem. (Choose an specific features implies allowing only other specific data that goes with this feature.)
For example
Maker: Tyco Sprinkler Nozzles
Model: D-3 Protector Spray
and special features are:
I need to choose from a drop down list the orifice size and with another drop down list requiring if NFPA or SI units, put the values of Diameter and K factor specific for each orifice size in a drop down list. So, what I want is to make a drop down list of each column and when I choose the orifice size, all other values that don't correspond with the matching orifices size shall be removed from the Drop Down List.
[TABLE="class: grid, width: 500, align: center"]
<TBODY>[TR]
[TD][/TD]
[TD]NFPA[/TD]
[TD]NFPA[/TD]
[TD]SI[/TD]
[TD]SI[/TD]
[/TR]
[TR]
[TD]Orifice Size[/TD]
[TD]Diameter[/TD]
[TD]K Factor[/TD]
[TD]Diameter[/TD]
[TD]K Factor[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]0.203"[/TD]
[TD]1.2[/TD]
[TD]5.16mm[/TD]
[TD]17.3[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]0.25"[/TD]
[TD]1.8[/TD]
[TD]6.35mm[/TD]
[TD]25.9[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]0.328"[/TD]
[TD]3[/TD]
[TD]8.33mm[/TD]
[TD]43.2[/TD]
[/TR]
</TBODY>[/TABLE]