tab order

G

Guest

I have a form that I'm trying to set the tab order. There are 6 items within
a frame and 3 buttons. I have coded the tab order so it should (1) tab
through 3 items in the frame, (2) then tab through the 3 buttons, and (3)
then tab through the remaining 3 items in the frame.

However, that does not happen. It tabs through the 6 items in the frame
before tabbing through the 3 buttons. My guess is it defaults and will tab
through all of the items through the frame first before tabbing through the
other controls.

Is there a way around this or do I have to add another frame for the last 3
items within my original frame?

Thanks for the help.........
 
T

Tom Ogilvy

You might be able to cobble some code together, but I think it would just be
easier and probably more intutitive to use a second frame.
 

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