Filtering Comboboxes

N

NSNour

Dears ,
i have a form that is connected to a data source. there are 2 cascading
comboboxes. i need the second one to be populated with values based on the
first combo box selection.

eg. combo one Gender : options 1-Male
2- Female
i need the second combo to display the folloing:
if MAle then display options 1,2,3
else
display options 4,5,6
i tried doing this through an after change event however i can't find how to
reference a control's value
need help
Best regards
 
A

Adam Harding

NSNour

Can you not do it on a rule ie when M/F is not blank set value of box 2 to
be filtered on box 1.

No problems

Cheers Adam
 

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