Validation Rule

G

Guest

Is there a way I can limit the number of characters to 2 in a text box on a
form that is unbound using the Validation Rule in the Data section of the
control's Properties? I know how to do this using VBA in Event.AfterUpDate;
I'm just wondering if it's easier in Validation Rule. Thanks in advance.
 
G

Guest

In the InputMask property of the text ox you can write

&&

to limit the input to two chr
 

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

Top