hands off!! restrict options.

Pete Morris

Registered User.
Local time
Today, 10:09
Joined
Mar 31, 2003
Messages
38
I would like to restrict the options available in field 2 based on the selection of field 1.
Would vba code be required in the "after update" field?

Would it be an if statement?

if a is selected then 1,2,3,4?
if b is selected then 5,6
etc, etc...??

I would really appreciate guidanance on this.

Thanks, nice but dim Pete.
 
Is this a cascading combo box solution you would like?

Or is the restriction based off another type of control? i.e. listbox, option group, etc
 
I guess its a cascading combo box solution.
select item from 1st combo box which limits choices in second combo
 

Users who are viewing this thread

Back
Top Bottom