I have successfully been able to requery a subform within a form using:
Forms("parentform").subfor
m.form.req
uery
How is the syntax if another level is added. Parent form_A has a subform_B. Subform_B has subform_C. I have tried using:
Forms("form_A").subform_B.
subform_C.
form requery
Forms("subform_B").subform
_C.form requery
but both of these statements return errors.
What is the syntax for performing a requery on a subform within a subform?
Thanks.
Start Free Trial