R
Robert Ross
I have a main form "Batch Form" with a subform "Work Form"
and a 2nd subform "NumberWorked subform".
I want to move from a record in the "Work Form" subform to
the field "Item" in the main "Batch Form".
I need to do this using a Macro, as our company will not
allow direct VB programming.
Here is what I tried as a Macro:
Action: GoToControl
Control Name: Forms![Batch Form]![Item]
I get an error:
"There is no field named 'Forms!Batch Form![Item]' in the
current record."
Help!
and a 2nd subform "NumberWorked subform".
I want to move from a record in the "Work Form" subform to
the field "Item" in the main "Batch Form".
I need to do this using a Macro, as our company will not
allow direct VB programming.
Here is what I tried as a Macro:
Action: GoToControl
Control Name: Forms![Batch Form]![Item]
I get an error:
"There is no field named 'Forms!Batch Form![Item]' in the
current record."
Help!