Option Group in a Subform

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

Hi

I have multipule Subforms that are used in a mainform.
Problem:-
When I cycle though the objects using the TAB Key on the
subform, and come to and Option Group. The 1st option has
focus, and after I tab from that the subform jumps out of
the main form. Every professional looking.

Any ideas would be greatly appreciated..

Thanks for reading this.

Chris
 
Chris,

The normal behaviour of an option group is that once you have tabbed
into the option group, you can move from one option button to another
within the option group with the arrow keys, and you can select an item
using the spacebar key. Tab should simply take you to the next item in
the subform's tab order. I am not exactly sure what "subform jumps out
of the main form" means, but maybe there is some code on the option
group's On Exit or On Lost Focus event that is resulting in this odd
behaviour.
 
Thanks Steve

Theres no coding on lost focus on all option groups, and
its happening to all my options groups on all of my
subforms. Clicking on them, no problem. Selecting them
with space bar no problem. Its when I press the tab or
enter to leave the option group to tab to the next
object, the subfrom jumps out of the main form and
maximizes itself.

Its driving me crazy. Any thoughts?

Thanks

Chris
 
Back
Top