josephwalter
Programmer
I've got two Combo Boxes on my data entry form. The value selected from the first will limit the choices in the second combo box. Combo2's Row Source uses the values of Combo1 as a criteria.
When I open the form, Access prompts me for the value of Combo1 (understandably - the form's not open yet, and it's trying to fill Combo2 with the appropriate values).
Is there a way I can suppress / work around this ... perhaps an OR criteria in Combo2's Row Source?
Combo2 should have no values in it when the form is opened (I take care of requerying it when Combo1's value changes and in the On Current event).
When I open the form, Access prompts me for the value of Combo1 (understandably - the form's not open yet, and it's trying to fill Combo2 with the appropriate values).
Is there a way I can suppress / work around this ... perhaps an OR criteria in Combo2's Row Source?
Combo2 should have no values in it when the form is opened (I take care of requerying it when Combo1's value changes and in the On Current event).