Option order inside Option Group?

M

Mats

When moving the cursor with the key arrows it jumps forth and back (in a non
logical way) between the available options in the Option Group .

Here is an example and the steps the cursor moves when pressing the right
arrow key:
Option38 - value=1 (step 1)
Option40 - value=2 (step 2)
Option42 - value=3 (step 4)
Option44 - value=4 (step 3)

Looking at the properties I can not see any differences between the options
except name and value.
 
M

Mats

Hi,
No, the options are inside a frame since they belong to an option group.
Thanks anyway.

// Mats

"Michel Walsh" skrev:
 
M

Michel Walsh

Hi,


My TAB key does not work within a group, on the other hand, it seems that
the arrows key (down or left) proceed from top left to down-right,
horizontally, then vertically, like reading this text. If we have a frame
with 5 options, where the number indicates the order of creation of the
buttons:


o Option1 o Option4
o Option3
o Option2
o Option5



Down, or Left, from Option1 will cycle through Option4, Option3, Option2,
Option5, Option1, ...

The number (1 through 5) indicates and their creation order, and their
associated "value" (the "value" that is returned by the frame with
Me.FrameName.Value )


Is your behavior differ? (Access 2003).



Vanderghast, Access MVP
 
M

Mats

Yes, this could be the solution.
I have already redone the whole thing so I can not try your solution.
Though, moving one of the options slightly up or down in a vertically option
group, changes the order when using the arrow keys.
// Thank you (Access 2002 SP3).

"Michel Walsh" skrev:
 
Top