Option button order

G

Guest

I have an option group of 4 buttons going from left to right within a frame. When I tab from one control into the frame where the option buttons are, the third button's label is highlighted as a derfault. I'd rather have the left-most button have this focus. Is there a property I can set or do I have to play with physically moving the buttons around and changing captions?

Thanks.
 
K

Ken Snell

Set the default value of the option group to the value of the option button
that you want to have the focus when the form is initialized.

--
Ken Snell
<MS ACCESS MVP>

MNT said:
I have an option group of 4 buttons going from left to right within a
frame. When I tab from one control into the frame where the option buttons
are, the third button's label is highlighted as a derfault. I'd rather have
the left-most button have this focus. Is there a property I can set or do I
have to play with physically moving the buttons around and changing
captions?
 

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