Talismanic
Registered User.
- Local time
- Today, 23:08
- Joined
- May 25, 2000
- Messages
- 377
This is a add on to my brain teaser, I can make sure that something is entered into the text box with this:
If IsNull(CodePick) Then
strEval = MsgBox("You must include a value", vbOKOnly, "Entry Error")
Exit Sub
Else
Now is it posible to limit the entry characters to only B, H, X, D, and T. I also want to make sure that at least 8 characters entered.
If IsNull(CodePick) Then
strEval = MsgBox("You must include a value", vbOKOnly, "Entry Error")
Exit Sub
Else
Now is it posible to limit the entry characters to only B, H, X, D, and T. I also want to make sure that at least 8 characters entered.