Number Field restriction

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all.

How I can restrict a Number Field to type only 6 digits, I know with a text
Field but with Numbers I don't how..

Please .

ldiaz
 
In the InputMask Property of the field in the form or in the table, write
000000
 
ldiaz said:
Hi all.

How I can restrict a Number Field to type only 6 digits, I know with a text
Field but with Numbers I don't how..

Please .

ldiaz

Easiest way might be to put "<1000000" in the field's Validation Rule
property.
 

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

Back
Top