
Limit Amount of Characters?
Quote:
>Hi,
>New to FMP 5.0.
>Is there a way to limit the amount of characters entered in a
>field? For example, only three numbers per field such as for
>area code?
>Thanks,
>Cesar A. Iriarte
>Systems Director
You should get the idea from the last posting to your first question and the
email that I just sent you, but basically, you would need to use a validation
and in the calculation you would enter the following:
Length(<field>) = xxx
You can also use >, >=, <, and <= in place of the = in the formula above to
restrict size or ensure at least a given length.
Hope that this helps...
Bill
--------------
The box listed as the requirements: Windows95 or better
...so I bought a Macintosh.
(Remove nospam from email address)