Jun 3, 2004 #1 jinglin MIS May 4, 2004 72 US I have a text box on the form, which can only allow users enter numeric keys. I forget the codes. Can anyone help me out? Thanks!
I have a text box on the form, which can only allow users enter numeric keys. I forget the codes. Can anyone help me out? Thanks!
Jun 3, 2004 #2 Lazc Programmer Jun 1, 2004 25 CA in the design view. you need to put an input mask or in the code, textbox.inputmask = "9999;;_" Upvote 0 Downvote