Combo Box - Forcing user to input from the list

G

Guest

We have a custom form that we use with (OL 2000 & OL 2002)

I wish to restrict users to enter only the values available in the combo drop down list

I can do this in the form by setting MatchRequired = -1 (in the advanced properties) in the FORM field

However, if the user is entering data via say View=>Current View=>Phone list, they can enter what ever they like (because MatchRequired is in the form)

How do I set MatchRequired =-1 in the Folder field? I assume this will restrict the user input

Lou
 
S

Sue Mosher [MVP-Outlook]

You need to force users to enter data using your form, not through using
in-cell editing in the folder. See
http://www.outlookcode.com/codedetail.aspx?id=79 for sample code.

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



Lou said:
We have a custom form that we use with (OL 2000 & OL 2002).

I wish to restrict users to enter only the values available in the combo drop down list.

I can do this in the form by setting MatchRequired = -1 (in the advanced properties) in the FORM field.

However, if the user is entering data via say View=>Current View=>Phone
list, they can enter what ever they like (because MatchRequired is in the
form).
 

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