Kod:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
'CTRL tuşuna basınca text9 alanına gider.
If KeyCode = 17 Then Me.Text9.SetFocus
End Sub
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
'CTRL tuşuna basınca text9 alanına gider.
If KeyCode = 17 Then Me.Text9.SetFocus
End Sub