Unbound Cascading Combo Boxes

  • Thread starter Thread starter cathywoodford
  • Start date Start date
C

cathywoodford

Hi. How do I go about coding 2 unbound combo boxes with the 2nd items
being based on the first selection? I have a cboInstrument and a
cboSpecificInstrument - cboSpecificInstrument should be based on the
selection from cboInstrument?

Thanks,
Cathy
 
Hi Roger...maybe I'm looking at this wrong but this only shows how to
use it with a combo box that is bound - both my combos are unbound?

Cathy
 
Hi Roger...maybe I'm looking at this wrong but this only shows how to
use it with a combo box that is bound - both my combos are unbound?

The cascading aspect of "cascading ComboBoxes" is all due to their RowSource
properties. This has nothing to do with whether they are bound are not
which is determined by their ControlSource properties.
 

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

Back
Top