mudstuffin
Technical User
I know this one has been asked here and there, but I jst cant figure it out, so perhaps somebody can answer it tailored to my situation.
I have a combobox where I want to choose a caetgory, and then have a second combobox update with only the items under the chosen category.
For example:-
Table1 has the following data in the fields below
Type Manufacturer
Car Ford
Car Vauxhall
Car Fiat
Bike Yanaha
Bike Suzuki
Bike Cagiva
etc etc, and so what I want to do is when Car is selected from Combo1, Combo2 is updated to only offer Ford, Vauxhall and Fiat. Sounds simple....
Can somebody give me some examples using Table1 as my table name, Combo1 & Combo2 as the comboboxes, and Car and Manufacturer as the field names.
Its been buggin me all day....!
Thanks in advance.
mudstuffin
I have a combobox where I want to choose a caetgory, and then have a second combobox update with only the items under the chosen category.
For example:-
Table1 has the following data in the fields below
Type Manufacturer
Car Ford
Car Vauxhall
Car Fiat
Bike Yanaha
Bike Suzuki
Bike Cagiva
etc etc, and so what I want to do is when Car is selected from Combo1, Combo2 is updated to only offer Ford, Vauxhall and Fiat. Sounds simple....
Can somebody give me some examples using Table1 as my table name, Combo1 & Combo2 as the comboboxes, and Car and Manufacturer as the field names.
Its been buggin me all day....!
Thanks in advance.
mudstuffin