B
BrentDA
Having an issue creating combo boxes on forms. I have the combo boxes made,
and they show the lists (created in tables), but I only want them to show
certain ones from the list.
As an example, I have a table of car makes, and a table of car models for
all the makes. To be simple, let's use the 'Big 3' US automakers:
Daimler-Chrysler, GM and Ford.
I have those three in the car make table. And for the models table I have
the total list of all the models for all 3 makes of vehicles.
Here's what happens now... I created a form with 2 combo boxes, one for Make
and one for Model. I select one of the makes from the first drop-down list,
which is doing what it's supposed to do. Then I go down to the 'Model'
field, and it shows a list of all models for all 3 makes of vehicles.
Here's what I want it to do...When I choose a Make from the first pull-down,
I want it to show on the Model pull-down list only the models for the make I
chose in the first pull-down. How do I do that?
Thanks !
Brent
and they show the lists (created in tables), but I only want them to show
certain ones from the list.
As an example, I have a table of car makes, and a table of car models for
all the makes. To be simple, let's use the 'Big 3' US automakers:
Daimler-Chrysler, GM and Ford.
I have those three in the car make table. And for the models table I have
the total list of all the models for all 3 makes of vehicles.
Here's what happens now... I created a form with 2 combo boxes, one for Make
and one for Model. I select one of the makes from the first drop-down list,
which is doing what it's supposed to do. Then I go down to the 'Model'
field, and it shows a list of all models for all 3 makes of vehicles.
Here's what I want it to do...When I choose a Make from the first pull-down,
I want it to show on the Model pull-down list only the models for the make I
chose in the first pull-down. How do I do that?
Thanks !
Brent