Okay, I could probably find this if I searched harder, but it's getting really frustrating, and I'm sure one of you can answer the question pretty quickly.
What is my object name parameter for refering to a subform in the GoToRecord method of DoCmd?
I've tried:
docmd.gotorecord, acdataform, "forms!main!sec1sub.form", acfirst
docmd.gotorecord, acdataform, forms!main!sec1sub, acfirst
docmd.gotorecord, acdataform, "sec1sub", acfirst
docmd.gotorecord, acdataform, "forms!main!sec1sub", acfirst
to no avail
Please help
Thanks,
Charity
What is my object name parameter for refering to a subform in the GoToRecord method of DoCmd?
I've tried:
docmd.gotorecord, acdataform, "forms!main!sec1sub.form", acfirst
docmd.gotorecord, acdataform, forms!main!sec1sub, acfirst
docmd.gotorecord, acdataform, "sec1sub", acfirst
docmd.gotorecord, acdataform, "forms!main!sec1sub", acfirst
to no avail
Please help
Thanks,
Charity