I would like to force a certain number format as the input so i can always be sure of what type of format i am dealing with.
One is with a Date ComboBox. I would like it in a specific format being that the user cannot enter anything but the format that i request.
Second is some textboxes that i would like a money figure entered and nothing but.
If users try to enter something different then i throw an error msgbox and make them try again.
Thanks.
One is with a Date ComboBox. I would like it in a specific format being that the user cannot enter anything but the format that i request.
Second is some textboxes that i would like a money figure entered and nothing but.
If users try to enter something different then i throw an error msgbox and make them try again.
Thanks.