Private Sub dtpicker1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
txt1.SetFocus
End If
End Sub
koding diatas salah dimana yah, gw pengen pas dtpicker di klik/enter, pilih tgl
trus setfocus ada di txt1, thanks yah b4.
Private Sub dtpicker1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
txt1.SetFocus
End If
End Sub
koding diatas salah dimana yah, gw pengen pas dtpicker di klik/enter, pilih tgl
trus setfocus ada di txt1, thanks yah b4.