S
Scott
I have a program with a number of subforms located under several tabs. On a
form under one of the tabs is a button that runs a subroutine. At the end of
the subroutine I would like the program to go to a form under a different
tab. I know how to use the setfocus method and this seems to work...but the
screen display remains on the original tabbed page. I've tried Me.refresh
after the setfocus but that doesn't seem to change anything. Any suggestions
on how to programmatically move from one tabbed subform to a subform located
under a different tab?
form under one of the tabs is a button that runs a subroutine. At the end of
the subroutine I would like the program to go to a form under a different
tab. I know how to use the setfocus method and this seems to work...but the
screen display remains on the original tabbed page. I've tried Me.refresh
after the setfocus but that doesn't seem to change anything. Any suggestions
on how to programmatically move from one tabbed subform to a subform located
under a different tab?