G
Gerry
I have a combobox and a list box.
I know how to show data in the list box based on the selection in the
combobox.
But how do I restrict data in the list box to be OTHER than the selection in
the Combobox.
Here is the table set up.
tblCastTitles (for the List box) CastTitleID - CastTitle
tblProductions(for the Combo) ProductionID - Production
tblCasts (Created from above two tables) CastID - CastTitleID - ProductionID
When I select a Production in the Combo Box
I want the List box to show CastTitles that have NOT YET
been created with the chosen production.
Does this make sense?
I thought this would be so simple, but I can't figure it out.
Thanks for any help.
I know how to show data in the list box based on the selection in the
combobox.
But how do I restrict data in the list box to be OTHER than the selection in
the Combobox.
Here is the table set up.
tblCastTitles (for the List box) CastTitleID - CastTitle
tblProductions(for the Combo) ProductionID - Production
tblCasts (Created from above two tables) CastID - CastTitleID - ProductionID
When I select a Production in the Combo Box
I want the List box to show CastTitles that have NOT YET
been created with the chosen production.
Does this make sense?
I thought this would be so simple, but I can't figure it out.
Thanks for any help.