Input Mask Starting with Specific Letter

gsrajan

Registered User.
Local time
Today, 18:43
Joined
Apr 22, 2014
Messages
227
Hi,

I have to add an Input Mask or force the user to enter in a specified format in a text field. The condition is, text should start with "A" or "T". The complete format is A-12345-67890 or T-12345-67890.

Please let me know how to do this. Thanks for your help.
 
I checked there but I do not find a solution to Start with a specific letter ( in my case A or T). Thanks for your reply.
 
Hmm, well her is an example: Of course modify to suit your needs,
PHP:
Me.SomeField ="A" & "-" & [SomeField]

HTH
 

Users who are viewing this thread

Back
Top Bottom