tusconpapa
MIS
I'm trying to set up the enter key to move the cursor to text2 when pressed (read on )I think I've tried every combo except the right one.. text1 as follows
Private Sub Text1_Keypress(keyascii as Integer)
dim strvalid as string
strvalid = "01234567890"
If InStr(strvalid, Chr(keyAcsii)) = 0 then
KeyAscii = 0
end if
............ This part works just fine.....
Thanks and Merry Christmas
Private Sub Text1_Keypress(keyascii as Integer)
dim strvalid as string
strvalid = "01234567890"
If InStr(strvalid, Chr(keyAcsii)) = 0 then
KeyAscii = 0
end if
............ This part works just fine.....
Thanks and Merry Christmas