Field mask advise

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

What mask do I need to ensure user enters numbers in format +44 followed by
10 more digits?

Thanks

Regards
 
Hi

What mask do I need to ensure user enters numbers in format +44 followed by
10 more digits?

Thanks

Regards

Use a Text field, not a Numbre field; an input mask of

"\+\4\40000000000";0

will put in a literal +44 and require entry of ten digits.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Mask requirements 1
Input masks 4
Input masks 1
Input Mask - Date and Time 7
Input Mask or Validation? 24
Tel mask 3
General Date Input Mask 1
How do I mask SOME characters in a field in Access 2007? 3

Back
Top