Hi everybody,
I'm trying to make a form that will allow users to select, for example, desired options in a new car. The first field is the make of car, so if they select Porsche from the Make list, the next field is a drop-down for Model, containing 911 and Boxter (this part works, I'm just basing the source data for the Model list on criteria using the Make selected). My problem is when it comes to the Engine field, I want the base engine to automatically be selected, and that drop-down to contain the optional engines as well as the base engine. I can make it so that the Engine drop down list contains this data, but I don't want to have to select an engine if an upgrade isn't desired. All of the data is stored in tables associating the various makes with the models, and the models with the base and optional engines. I hope this is clear! Thanks in advance.
-Alan
I'm trying to make a form that will allow users to select, for example, desired options in a new car. The first field is the make of car, so if they select Porsche from the Make list, the next field is a drop-down for Model, containing 911 and Boxter (this part works, I'm just basing the source data for the Model list on criteria using the Make selected). My problem is when it comes to the Engine field, I want the base engine to automatically be selected, and that drop-down to contain the optional engines as well as the base engine. I can make it so that the Engine drop down list contains this data, but I don't want to have to select an engine if an upgrade isn't desired. All of the data is stored in tables associating the various makes with the models, and the models with the base and optional engines. I hope this is clear! Thanks in advance.
-Alan