K
Kirk Wilson
What is the syntax to find the name property for:
subform name
on a page of multiple pages
on a tabcontrol
on a form
I know that there is a SubForm.Name but I cant figure out the proper syntax.
It seems to me that you should be able to use:
Forms!TabControl!Page!SubForm.Name
I know that name is a property of a control. I just don't understand the
logic in the hierarctical naming conventions especially with reference
to the "Me." identifier. I would appreciate a jink to a good reference.
subform name
on a page of multiple pages
on a tabcontrol
on a form
I know that there is a SubForm.Name but I cant figure out the proper syntax.
It seems to me that you should be able to use:
Forms!TabControl!Page!SubForm.Name
I know that name is a property of a control. I just don't understand the
logic in the hierarctical naming conventions especially with reference
to the "Me." identifier. I would appreciate a jink to a good reference.