I have a text box that is meant for only numerical data. The problem was, how to enforce this. Well, I accomplished this by using its keypress event, and allowing only certain keys to be processed in the text box. However, I found that if I copy textual information from another location, and then paste it into the text box, the textbox accepts it just fine.
So, my question is, how do I prevent an access 2000 (or access XP), text box control from accepting paste commands?
So, my question is, how do I prevent an access 2000 (or access XP), text box control from accepting paste commands?