Using form index in references
With regards to the syntax how to use the form index in references, these are all possible options, including using the index:
Syntax: Forms!formname
Example: Forms!OrderForm
Syntax: Forms![form name]
Example: Forms![Order Form]
Syntax: Forms("formname")...