D
Dazzle
I have a subform 'TestSubform' on a tabcontrol. I have a form call setup on a
hyperlink. The onclick method runs a query which calls for a field on the
subform 'TestID'.
docmd.runsql "FormQuery '" & me.testsubform.form!TestID & "'"
I have other forms setup this way and they work. This one says the object
doesn't support this property or method.??? I am confused. I've even copied
code from the working calls and changed the names but to no avail.
hyperlink. The onclick method runs a query which calls for a field on the
subform 'TestID'.
docmd.runsql "FormQuery '" & me.testsubform.form!TestID & "'"
I have other forms setup this way and they work. This one says the object
doesn't support this property or method.??? I am confused. I've even copied
code from the working calls and changed the names but to no avail.