Private Sub SSTab1_Click(PreviousTab As Integer)
On Error Resume Next
If SSTab1.Tab = 0 Then
txtNaam.SetFocus
ElseIf SSTab1.Tab = 1 Then
bankgiro.SetFocus
ElseIf SSTab1.Tab = 2 Then
txtIndienst.SetFocus
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.