Textbox validation

aman

Registered User.
Local time
Today, 12:52
Joined
Oct 16, 2008
Messages
1,251
Hi guys

I want to apply validation on textbox so that user can enter only 6 characters.The first character should be alphabet and other 5 should be numbers only.

Can anyone please give me the vba code for this.

Regards
Aman
 
Nobody is likely to give you the code for it as your question is not complete. however if bothered to look up Input Masks in Access Help or used the Build button on the properties tab against Input Mask you may get some guidance there.

David
 
Thanks a lot for your help.Its working absolutely fine.

Cheers
 
Glad to hear I was able to help you.

This is the way we learn from each other.
 

Users who are viewing this thread

Back
Top Bottom