Command Button to Move Through Subforms

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?
 
L

Leslie

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.
 
C

Carl K

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top