kelly mort
Well-known Member
- Joined
- Apr 10, 2017
- Messages
- 2,169
- Office Version
- 2016
- Platform
- Windows
These are a few things I want to bypass.
I am using textbox1 and textbox2
These are for textbox2:
1. The textbox should take only numbers and letters no other character accepted.
2. Letters should not start the entry. So A5 is not allowed
3. After a letter, no more input should be allowed. Eg if I type 12A and I press a valid character (numbers or letters), don't register it.
4. There are only 4 allowed letters: A B C D
5. If the letter is not the last character of textbox1, then don't register it.
That is if I have "ITEM-B" in textbox1 and I press say "A" in textbox2, don't register.
I hope someone can pull this up for me. It's hunting me so badly.
Thanks in advance
I am using textbox1 and textbox2
These are for textbox2:
1. The textbox should take only numbers and letters no other character accepted.
2. Letters should not start the entry. So A5 is not allowed
3. After a letter, no more input should be allowed. Eg if I type 12A and I press a valid character (numbers or letters), don't register it.
4. There are only 4 allowed letters: A B C D
5. If the letter is not the last character of textbox1, then don't register it.
That is if I have "ITEM-B" in textbox1 and I press say "A" in textbox2, don't register.
I hope someone can pull this up for me. It's hunting me so badly.
Thanks in advance