P
PosseJohn
I have a BeforeUpdate event that requires the input to a textbox to be either
5 or 9 digits.
When I set the format for the textbox to "@@@@@-@@@@" and the input is only
5 digits, it shows 1-2345 as the entry.
How can I format the textbox to show 12345 or 12345-6789 (including the dash
if 9 digits).
5 or 9 digits.
When I set the format for the textbox to "@@@@@-@@@@" and the input is only
5 digits, it shows 1-2345 as the entry.
How can I format the textbox to show 12345 or 12345-6789 (including the dash
if 9 digits).