OUTLOOK 2003 - VALIDATION FORMULA

G

Guest

Greetings,

I have a form and a field on the form the user must enter a number between
0000 and 9999. For the properites of the field under the validation tab, I
have checked the A Value is required for this field and Validate this field
before closing the form. In the validation formula I have [SSN Last Four] > 0
& [SSN Last Four] <9999 and I put a message if the validation fails. When the
form is opened, I leave the field blank and send the form but nothing
happens. Am I missing something or when does the field display. Basically,
how do I activate the formula.

Thanks !
 
S

Sue Mosher [MVP-Outlook]

& is the string concatenation operation. AND is the logical operator that
your formula should be using.


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



yuda0603 said:
Greetings,

I have a form and a field on the form the user must enter a number between
0000 and 9999. For the properites of the field under the validation tab, I
have checked the A Value is required for this field and Validate this
field
before closing the form. In the validation formula I have [SSN Last Four]
& [SSN Last Four] <9999 and I put a message if the validation fails. When
the
form is opened, I leave the field blank and send the form but nothing
happens. Am I missing something or when does the field display. Basically,
how do I activate the formula.

Thanks !
 

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