|
-
Jan 28th, 2000, 08:49 AM
#7
Thread Starter
Addicted Member
Thank you all very much,
After reading all of your feedback, I ended up desingning this code:
Private Sub txtOwners_KeyPress(KeyAscii As Integer)
If Not (KeyAscii = 32) And Not (KeyAscii = 8) And Not (Chr(KeyAscii) >= "A" And Chr(KeyAscii) <= "z") Then
KeyAscii = 0
End If
End Sub
Worked Perfectly!
Thank you for all the great feedback Guys.
Daniel Christie
PS.(for give me if this cut-n-paste looks unformatted, but you know what I mean)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|