Text Box Validation

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

Guest

Is there any way to set the validation rule for a text box to be "R" followed by any 7 number, such as R1234567. I am trying but haven't been able to come up with anything.
 
Use a validation rule such as this:

Like "R[0-9][0-9][0-9][0-9][0-9][0-9][0-9]"


--
Ken Snell
<MS ACCESS MVP>

Mike Etzkorn said:
Is there any way to set the validation rule for a text box to be "R"
followed by any 7 number, such as R1234567. I am trying but haven't been
able to come up with anything.
 
Or

Like "R#######"


--
Ken Snell
<MS ACCESS MVP>

Mike Etzkorn said:
Is there any way to set the validation rule for a text box to be "R"
followed by any 7 number, such as R1234567. I am trying but haven't been
able to come up with anything.
 
Back
Top