Applies To ActiveX control, Bound Object Frame control, Chart control, Check Box control, Combo Box control, Command Button control, List Box control, Option Button control, Option Group control, Subform/Subreport control, Tab control, Text Box control, Toggle Button control, Unbound Object Frame control.
Description
You can use the TabStop property to specify whether you can use the TAB key to move the focus to a control in Form view.
Note The TabStop property applies only to controls on a form, not controls on a report. This property doesn't apply to check box, option button, or toggle button controls when they appear in an option group. It applies only to the option group itself.Setting
The TabStop property uses the following settings.
Setting | Description | Visual Basic |
Yes | (Default) You can move the focus to the control by pressing the TAB key. | True (–1) |
No | You can't move the focus to the control by pressing the TAB key. | False (0) |
See Also AutoTab property, Cycle property, Enabled, Locked properties, TabIndex property.