I have 9 text boxes in my form that should accept only numbers. I want to warn users anytime text is entered into those text boxes. I also want to warn users that none of the text boxes should be null on editing any value in any of the text boxes with a message that give them the only option to return the boxes to zero.
Now, I want to use a function (either private or public) that does this once. I don't want to code each text boxes separately. Thanks
Thanks
Now, I want to use a function (either private or public) that does this once. I don't want to code each text boxes separately. Thanks
Thanks
Comment