maxxximaniac
Registered User.
- Local time
- Today, 03:28
- Joined
- Oct 22, 2004
- Messages
- 80
Hey guys,
This is probably gonna be cake for some of you, but it not workin right for me.
I have this statement in a form under KeyPress
What I need to to is Add another allowed Key, Backspace,
Can someone help me code this?
Thanks!
This is probably gonna be cake for some of you, but it not workin right for me.
I have this statement in a form under KeyPress
What I need to to is Add another allowed Key, Backspace,
Can someone help me code this?
Code:
If KeyAscii < 47 Or KeyAscii > 57 Then KeyAscii = 0
Thanks!