Try this one!
Private Sub DTPicker1_Change()
Text1.SetFocus
End Sub--- In [email protected], iwan gunawan <[EMAIL PROTECTED]> wrote: > > 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. >
