I have one main form, mainA and two subforms lets call subA and subB.
when I add or update information in subA I want to requery a combo box on subB.
I put this in an after_update event in subA, but it doesnt seem to work.
Form![mainA]![subB]![cbobox].requery
the error message that I get is unable to find subB any thoughts?
thanks in advance.
Mychal
when I add or update information in subA I want to requery a combo box on subB.
I put this in an after_update event in subA, but it doesnt seem to work.
Form![mainA]![subB]![cbobox].requery
the error message that I get is unable to find subB any thoughts?
thanks in advance.
Mychal