Numeric Data Entry

  • Thread starter Thread starter rciolkosz
  • Start date Start date
R

rciolkosz

What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"
 
On Sun, 3 Jan 2010 11:07:01 -0800, rciolkosz

In table design view, select the field and for the Validation Rule
enter:
Between 100000000 And 999999999
I'm sure you can do the Validation Text yourself.

-Tom.
Microsoft Access MVP
 
rciolkosz said:
What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"
 
What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"

A validation rule

LIKE "#########"

will do the job.
 
rciolkosz said:
What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"
 
rciolkosz said:
What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"
 
rciolkosz said:
What do I put in the validatation rule to assure that only 9 digits are
entered. Validation test would say "you can only enter 9 digits in this
field"
 
Back
Top