'------------------
kung A-Z LANG IMO gusto ipa.input-----------------------------
Private Sub Text1_KeyPress(KeyAscii As Integer)
If (KeyAscii < 65 Or KeyAscii > 90) And (KeyAscii < 97 Or KeyAscii > 122) Then
KeyAscii = 0
End If
End Sub
'--------------------------------------------------------------------------------
'much better dili nlng nimo xa painputon ug special character...
'and error trapping sa date. dli man gud pwede system date. mm\dd\yyyy
'Wat u buot pasabot
' i suggest use DTPicker for the date and/or time
'Project menu > Components (Ctrl+T)
'look and check Microsoft Windows Common Controls-2 6.0 (MScomct2.ocx)
'makakita naka sa toolbox ug DTPicker....
'JUST EXPLORE ----------- AND LEARN