Combo Boxes

P

Paul

I have a form, which includes 3 combo boxes. All the Combo
boxes are accessing values from Tables. After choosing a
value from the first combo box I would like the second
combo box on the form to only display a subset of values
depending on what was chosen from the first combo
box.

Combo box1 is populated from the primary table while Combo
box2 is then populated from a secondary table (e.g. if I
choose the car make of Vauxhall from the primary table I
then want the Combo box in the secondary table to only
display the makes Astra, Vectra, Corsa...)

I would then like to repeat this with the results from the
second combo box dictating what will be available in the
third combo box.

Any help would be greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top