P
potter
What if I want to skip the 1st combo box and make my first selection in the
2nd, 3rd, etc. combo boxes. How can I select a value in the 2nd combo box
before making a choice in 1st combo box? Do I always need to follow the
order of combo boxes to keep all the combo boxes synchronized?
For example: I want to find a customer that I know is located in Chicago.
Therefore, I prefer to select "Chicago" from cboCity before cboCountry,
cboRegion, cboState, cboCounty. After I select "Chicago" is it possible the
other combo boxes populate with the following results?
cboCountry "USA"
cboRegion "Central"
cboState "IL"
cboCounty "Cook"
Furthermore, what if I conclude that the customer is not actually located in
Chicago but is in a near suburb? Is it possible to select "Cook" from
cboCounty and then cboCity repopulates?
I'm a new user...I hope this gives you a good idea of what I am trying to
accomplish.
Thx, potter
2nd, 3rd, etc. combo boxes. How can I select a value in the 2nd combo box
before making a choice in 1st combo box? Do I always need to follow the
order of combo boxes to keep all the combo boxes synchronized?
For example: I want to find a customer that I know is located in Chicago.
Therefore, I prefer to select "Chicago" from cboCity before cboCountry,
cboRegion, cboState, cboCounty. After I select "Chicago" is it possible the
other combo boxes populate with the following results?
cboCountry "USA"
cboRegion "Central"
cboState "IL"
cboCounty "Cook"
Furthermore, what if I conclude that the customer is not actually located in
Chicago but is in a near suburb? Is it possible to select "Cook" from
cboCounty and then cboCity repopulates?
I'm a new user...I hope this gives you a good idea of what I am trying to
accomplish.
Thx, potter