How do i make it so that you can only type in numbers and letters in a textbox? I want to disable the use of ("*(&$.....etc.) those types of symbols. Thanks
Printable View
How do i make it so that you can only type in numbers and letters in a textbox? I want to disable the use of ("*(&$.....etc.) those types of symbols. Thanks
Here's something I came up with.
http://www.vbforums.com/showthread.p...73#post3523673
Isn't there some property like "IMEMode" or something? I'm pretty sure that I found one somewhere. Set it to "Alphanumeric".
Edit:
Sorry, that seems to only work in MS Access.