G
Guest
I have a form set up that has a combo box to choose one of four possible
types of items. Based on the specific choice, the next field, a seconf combo
box, should provide the options available to that particular choice. (Nested
combo boxes?) The problem I am having relates to the record source for the
second combo box. In the case that the user chooses item 1 of the first
combo box, the second box should show options based on table A (or query A).
If the second choice is used, the second box should provide options based on
table B (or query B). If the third or fourth choices are used, the combo box
control should go dark and not allow any data. Here it would be great to be
able to use conditional formating, but the wizard assumes that the formatting
will be based on the choice made in the same control that it is formatting,
which is not the case here. Can I achieve all this?
types of items. Based on the specific choice, the next field, a seconf combo
box, should provide the options available to that particular choice. (Nested
combo boxes?) The problem I am having relates to the record source for the
second combo box. In the case that the user chooses item 1 of the first
combo box, the second box should show options based on table A (or query A).
If the second choice is used, the second box should provide options based on
table B (or query B). If the third or fourth choices are used, the combo box
control should go dark and not allow any data. Here it would be great to be
able to use conditional formating, but the wizard assumes that the formatting
will be based on the choice made in the same control that it is formatting,
which is not the case here. Can I achieve all this?