PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Combo Box validation in Outlook 2000

Reply

Combo Box validation in Outlook 2000

 
Thread Tools Rate Thread
Old 20-10-2003, 07:41 PM   #1
=?Utf-8?B?Q2hyaXM=?=
Guest
 
Posts: n/a
Default Combo Box validation in Outlook 2000


I have a combo box with several values for a user to choose from a dropdown list and I want to limit the user to selecting one of the values in my list. However, it appears that I tried to use too many characters in my Validation Formula because Outlook simply truncated my validation formula string. Is there an easier way to limit the user to only selecting from a choice in the list other than doing a validation formula like this:[ListName] <> "A" or[ListName] <> "B" or[ListName] <> "C" or[ListName] <> "D"?
  Reply With Quote
Old 21-10-2003, 08:47 PM   #2
Anita Gupta
Guest
 
Posts: n/a
Default Re: Combo Box validation in Outlook 2000

Have you looked at the "MatchRequired" property in the Advanced Properties
of the combo box? If you set that to true, the user must select from the
list of options.

Anita

"Chris" <anonymous@discussions.microsoft.com> wrote in message
news:5102FA52-DB8A-4CE1-8B90-A3A6A8BE0555@microsoft.com...
> I have a combo box with several values for a user to choose from a

dropdown list and I want to limit the user to selecting one of the values in
my list. However, it appears that I tried to use too many characters in my
Validation Formula because Outlook simply truncated my validation formula
string. Is there an easier way to limit the user to only selecting from a
choice in the list other than doing a validation formula like this:[ListName] <> "A" or[ListName] <> "B" or[ListName] <> "C" or[ListName] <>
"D"?


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off