fourth table needed
To get the third dropdown (model) I belive I need to include a fourth table. It is called "Model" and is populated with data in the following columns:
ModelID
ModelName
VehicleTypeID
What the viewer needs to see presented to them is the 'ModelName' after selecting the year and make successively. Those are already working dynamically.
I believe this will change the last concat statement and dynamic array. Suggestions on what those statements should be?