Dropdown Validation when empty

L

Lisa

How do I validate a combo box. I have a standard value set, and if they
don't chose it the standard value would be there (i.e. choose something from
the dropdown). So in validation I want to say if the field still contains
"choose something from th dropdown), then provide a message indicating it is
required to choose something.

Any help you can provide... thanks.
 
S

Sue Mosher [MVP-Outlook]

On the Validation tab, use this formula:

[YourFieldName] <> "Choose something from the dropdown"

and provide an appropriate validation message.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and 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

Top