Tab Index Not Being Respected

PleasantB

Registered User.
Local time
Today, 16:55
Joined
Dec 12, 2018
Messages
37
I have a form that jumps from Tab Index 25 to Tab Index 33 even though there are controls with Tab Index 26, 27, etc.
Tab Stop is set to Yes for the skipped controls.

Any ideas?
 
Is there any code sending the focus to any controls?
 
nothing to really go on - perhaps the controls are disabled
 
PleasantB,

Perhaps you could post a copy of your database in zip format.
Do you have any event procedures related to the form and/or controls that could interfere/direct tab order?
We need more info to suggest "probable cause" etc.
 
Is there any code sending the focus to any controls?

So simple...

Code:
Private Sub OriginalBalance_Exit(Cancel As Integer)
Address.SetFocus
End Sub

Thank you.
I love taking over projects.
 

Users who are viewing this thread

Back
Top Bottom