Hi,
I'd like to populate the choices for a dropdown from a table rather than enter the choices in MachForm.
Further, I'd like the choices to be dependent on a prior dropdown.
For example, if the first dropdown is "Select Car Manufacturer" it will list Audi, Ferrari, Ford, Lamborghini, etc using a SELECT DISTINCT query. If the second dropdown is "Select Model", and the Car Manufacturer selected is "Ford" it will list Expedition, Exploder, Fiesta, Focus, etc using a SELECT WHERE query.
Your help will be greatly appreciated.
