I am trying to create a form that a user can enter car information. instead of typing the car info such as make and model, I wanted a drop down that they can select from. I have a car make/model table that is like:
Make Model1 Model2 Model3 Model4 Model5
Audi 82 81 XH DD Quatro
Honda Accord Civic Oddesy
Toyota orola Camery 4Runner
I also have car info table which has the make and model and other details. I when a user enters a new car, I want them to select it from drop down menu that will be populated from the make/model table.
My problem is, I don't know what kink of simple code that will allow on the form when a make is selected, the model combo box gets populated with the models related to the selected make. Please help
hobman
Make Model1 Model2 Model3 Model4 Model5
Audi 82 81 XH DD Quatro
Honda Accord Civic Oddesy
Toyota orola Camery 4Runner
I also have car info table which has the make and model and other details. I when a user enters a new car, I want them to select it from drop down menu that will be populated from the make/model table.
My problem is, I don't know what kink of simple code that will allow on the form when a make is selected, the model combo box gets populated with the models related to the selected make. Please help
hobman