S
skk
Hi!
I have frmA(main), fsubB(subform of frmA), fsubC(subform of frmB). I want
to requery fsubC, when fsubB.combobox value changes/after update event. I've
tried below code and many others with no success. Please help. Thanks.
Forms![frmA]![fsubB]![fsubC].Form.Requery
Me.fsubC.Form.Requery
I have frmA(main), fsubB(subform of frmA), fsubC(subform of frmB). I want
to requery fsubC, when fsubB.combobox value changes/after update event. I've
tried below code and many others with no success. Please help. Thanks.
Forms![frmA]![fsubB]![fsubC].Form.Requery
Me.fsubC.Form.Requery