R
Renraf
If I have this layout in a form:
InputStudyData (primary form)
-[Primary Tasks Form] (subform)
--Category (control)
--Interruptions (subform)
How do I refer to the Category control on the Primary Tasks Form?
Is it
Forms!InputStudyData![Primary Tasks Form].Category
Forms!InputStudyData.[Primary Tasks Form].Category
Forms![Primary Tasks Form].Category
or something else entirely?
Not sure if I should refer to the subform as a control on the parent form or
as its own form, and when I am supposed to use <!> versus <.>
Thanks.
InputStudyData (primary form)
-[Primary Tasks Form] (subform)
--Category (control)
--Interruptions (subform)
How do I refer to the Category control on the Primary Tasks Form?
Is it
Forms!InputStudyData![Primary Tasks Form].Category
Forms!InputStudyData.[Primary Tasks Form].Category
Forms![Primary Tasks Form].Category
or something else entirely?
Not sure if I should refer to the subform as a control on the parent form or
as its own form, and when I am supposed to use <!> versus <.>
Thanks.