Hi there,
I have 3 combo boxes. The values you can select in cmb_2 are based on a query of what you select in cmb_1 and the values you can select in cmb_3 are based on a query of what you select in cmb_2. Now, what is supposed to happen on the form is the user first selects a value from cmb_1, then cmb_2, and then cmb_3 and it helps refine their search.
My problem occurs when a user selects a new value in cmb_1. Ideally I would like cmb_2 and cmb_3 to show nothing until they make a selection with those boxes, however they keep displaying the values the user had selected in the last record entry. I put a requery on cmb_2 to take effect AfterUpdate of cmb_1, but cmb_3 won't requery b/c cmb_2 is simply showing a null value and there's nothing for it to base it's query on (I think). Anyways, if you can follow all of this up until now, I'm looking for a way to requery cmb_3 so that it has a blank display when the user selects a new value in cmb_1.
Thanks,
jjmclell
I have 3 combo boxes. The values you can select in cmb_2 are based on a query of what you select in cmb_1 and the values you can select in cmb_3 are based on a query of what you select in cmb_2. Now, what is supposed to happen on the form is the user first selects a value from cmb_1, then cmb_2, and then cmb_3 and it helps refine their search.
My problem occurs when a user selects a new value in cmb_1. Ideally I would like cmb_2 and cmb_3 to show nothing until they make a selection with those boxes, however they keep displaying the values the user had selected in the last record entry. I put a requery on cmb_2 to take effect AfterUpdate of cmb_1, but cmb_3 won't requery b/c cmb_2 is simply showing a null value and there's nothing for it to base it's query on (I think). Anyways, if you can follow all of this up until now, I'm looking for a way to requery cmb_3 so that it has a blank display when the user selects a new value in cmb_1.
Thanks,
jjmclell