property Record.UseTabKey as Boolean
Retrieves or sets a value that indicates whether the Tab key navigates through the control's fields.

TypeDescription
Boolean A Boolean expression that indicates whether the Tab key navigates through the control's fields.
By default, the UseTabKey property is True. If the user presses the Tab key, while the UseTabKey property is True, the focus is moved to the next visible editor. If the user presses the SHIFT + Tab key, while the UseTabKey property is True, the focus is moved to the previous visible editor. If the UseTabKey property is False, and user presses the Tab key the control loses the focus, and the next visible control in the form gets the focus.