Command Button to Move Through Subforms

  • Thread starter Thread starter Carl K
  • Start date Start date
C

Carl K

I have a Form that has several subforms set as tabbed pages. I would like to
place a command button on the bottom of the subforms window that will allow
the user to go to the first field of the next subform page. I am having
difficulty in figuring out how to do the code.

Any help here?
 
try pressing [Crtl] + [Tab]. Once you have focus on one page and the press
those keys it should move you to the next page without having to use any code.
 
Thank you for the response.

Yes that it easy enough for most people, but my boss doesn't like it. There
are people who will be entering data that...well...let's just say that he
wants it to be as user friendly as possible. He wants it to be one simple
click of the button and self-explanatory. So when they get to the end of a
page, they can click "Next" and they will be ready to continue.
--
Carl


Leslie said:
try pressing [Crtl] + [Tab]. Once you have focus on one page and the press
those keys it should move you to the next page without having to use any code.

Carl K said:
I have a Form that has several subforms set as tabbed pages. I would like to
place a command button on the bottom of the subforms window that will allow
the user to go to the first field of the next subform page. I am having
difficulty in figuring out how to do the code.

Any help here?
 
Back
Top