C
Clint Marshall
I am struggling to reference an object in a subform of a subform in a Module
in Access 2000.
What is the proper syntax, or how do I do it?
Conceptually, here's where I want to get:
.Body =
Forms![frmmarketingworksheet].[sfrmRemarks].[ssfrmRemarksDataEntry].[Remark]
form
subform sub-subform object
This gives me an error saying it can't find the field '|' referred to in my
expression.
When I knock it all the way down to:
.Body = Forms![ssfrmRemarksDataEntry].[Remark]
it says it can't find the form.
How do I get to the object?
Thanks!
-Clint Marshall
in Access 2000.
What is the proper syntax, or how do I do it?
Conceptually, here's where I want to get:
.Body =
Forms![frmmarketingworksheet].[sfrmRemarks].[ssfrmRemarksDataEntry].[Remark]
form
subform sub-subform object
This gives me an error saying it can't find the field '|' referred to in my
expression.
When I knock it all the way down to:
.Body = Forms![ssfrmRemarksDataEntry].[Remark]
it says it can't find the form.
How do I get to the object?
Thanks!
-Clint Marshall