multipage control

G

Guest

I have a multipage control on a form with 5 pages. Each page has about 5
radio buttons on them. The form also has a text box for the user to enter
comments and 2 buttons.

Currently, when the form opens, the first radio button is the first tab
stop, the second radio button is the second, etc. After the radion buttons,
the tab goes to the page name, then the text boxt and the 2 buttons.

What I would like it to do is either (A) ignore the tab stop on the page
name or (B) have the page name being the first tab stop before the radio
buttons.

As it is, it is a little confusing to the user because the user tabs thru
the radio buttons in the correct order but when it jumps to the page name, it
appears that it disappears because I'm not looking for the tab stop on the
page name.

Thanks for the help.....
 
G

Guest

(A) ignore the tab stop on the page name or

try seting the Cycle property of the individual pages to frmCycleCurrentForm
 

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

Top