Outlook Form Validation Formula

R

Robin

I want to enter a formula in the validation in an outlook
form. Could someone tell me how to do it? For example, I
want to limit the field to <=60%. I also have a list of
several blanks for the recipient to complete. Does anyone
know if I can add a cell and add the blanks for a total?

Anyone know a good resource for creating Outlook forms?
 
S

Sue Mosher [MVP]

A validation formula simply needs to return a True or False value -- True if you condition is met, False if not. So your formula for the MyProp might be:

[MyProp] <= 60%

(I haven't written any formulas for percentage fields, so I don't know whether it wants the integer or decimal -- experiment!)

You can use a formula field to calculate the sum of several properties: [MyProp1] + [MyProp2] . Note that a formula field can return any value, unlike a validation formula, which must always be True or False.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

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

Similar Threads


Top