R
Robin Chapple
I have a main form where the sub form is tab 20.
I need to tab from the last tab on a sub form back to the next tab on
the main form.
My main form is "frmMembers" and the target field is [Notes].
I have used the "Lost Focus" property on the last field on the sub
form with this code:
Forms![frmMembers].[Notes].setfocus
""Can't find macro "Forms!frommembers"
I read the page on forms from the Access Web site
where the advice was:
Me.Parent!ControlName
which I have implemented as:
Me.Parent![Notes].setfocus
and that also gives the error message that it can't find the macro.
What am I missing?
Thanks,
Robin Chapple
I need to tab from the last tab on a sub form back to the next tab on
the main form.
My main form is "frmMembers" and the target field is [Notes].
I have used the "Lost Focus" property on the last field on the sub
form with this code:
Forms![frmMembers].[Notes].setfocus
""Can't find macro "Forms!frommembers"
I read the page on forms from the Access Web site
where the advice was:
Me.Parent!ControlName
which I have implemented as:
Me.Parent![Notes].setfocus
and that also gives the error message that it can't find the macro.
What am I missing?
Thanks,
Robin Chapple