A form with two drop down lists.First ddlist is called "Model"List items
are: Model1, Model2, Model3, & Model4Second ddlist is called
"Engines"This has list items: Engine1, Engine2, Engine3, & Engine4.How
can I code this, so that when Model1 is selected in the first ddlist,
the second ddlist only has list items "Engine1" & "Engine2" ?(The only
engine options available for Model1)...and when Model2 is selected in
the Model ddlist, the Engine ddlist only displays "Engine3" & "Engine4"
?Not sure if...