A
Anthony Fontana
I have a form with 2 combo boxes. Combo1 has values that restrict what
Combo2 shows. Combo 2 will be used after Combo 1 and simply reads the value
in combo1
When I open the form and select a value from combo1, combo2 works well. The
problem is that the form they are on needs to be requeried. I have tried
forms![MainFormName].refresh and that doesn't work.
How do I get the main form to requery after combo1 is updated.
Thanks.
Combo2 shows. Combo 2 will be used after Combo 1 and simply reads the value
in combo1
When I open the form and select a value from combo1, combo2 works well. The
problem is that the form they are on needs to be requeried. I have tried
forms![MainFormName].refresh and that doesn't work.
How do I get the main form to requery after combo1 is updated.
Thanks.