Joe,
If I understand correctly, you initially show just the first combo
(ex. cboInjury), and on the AfterUpdate of cboInjury, if the selected
value has an associated SubInjury choice/choices... then make make
cboSubInjury visible and updateable.
You'd also have to add the same determination code to the record's
OnCurrent event, so cboSubInjury would show/not show according to the
cboInjury value.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
"Joe" <(E-Mail Removed)> wrote in message
news:F017DAC0-D5F2-4B77-8721-(E-Mail Removed)...
>I would like to set up a form containing a combo box with a list of
> mechanisms of injury. Some mechanisms have sub groups that I would like
> to
> have visible by means of linking them with a cascading combo box. Is it
> possible to have only some records from Cbo 1 link to Cbo 2? The examples
> I
> have seen to date show cascading data for all records in the first combo
> ie
> the city/state or postcode/suburb examples where every record has a sub
> record.
>
> Thanks for your help.
> --
> Joe