R
Robin Chapple
I have a sub form on page three of the main form. It is for a little
used function and ensures that it is obviously a separate operation.
The subform name is:
frmMemberClubHistoryTerminated
and I need the cursor to start on the field [Reason]
Page three is selected from a command button in the page footer and I
have tried this in the "OnClick" event.
DoCmd.GoToPage 3
DoCmd.GoToControl "frmMemberClubHistoryTerminated![Reason]"
This gives error 2109.
Thanks,
Robin Chapple
used function and ensures that it is obviously a separate operation.
The subform name is:
frmMemberClubHistoryTerminated
and I need the cursor to start on the field [Reason]
Page three is selected from a command button in the page footer and I
have tried this in the "OnClick" event.
DoCmd.GoToPage 3
DoCmd.GoToControl "frmMemberClubHistoryTerminated![Reason]"
This gives error 2109.
Thanks,
Robin Chapple