Hello Sue:
Although I've only been working with Outlook for a week or two, it's seems
obvious that you are one of the gurus in this field! Thanks for your help.
Yes, the "MatchRequired" advanced property does seem to be what I need. A
follow up question, however: where the heck in the Outlook Help system can I
get information on these advanced properties? I've spent about half an hour
trying everything I can think of but can't find anything.
With respect to my VBA question, I must apologize for my careless use of
terms. I think what I meant to say was "VBScript" not "VBA". I meant to
refer to the programming environment used by Outlook. The question rephrased
would be, perhaps, "Is it common/possible to use code in VBScript to do data
validation on custom form fields?"
Thanks again!
Fred
"Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message
news:OeYyfaG%(E-Mail Removed)...
> Are you referring to an Outlook custom form? If so, on the Advanced
> Properties dialog for the control, does the MatchRequired property fit
> your scenario for #1?
>
> Doing validation with VBA events would mean distributing that VBA code to
> each user, for which there isn't a good supported method. If you need to
> validate as the user enters data, see
> http://www.outlookcode.com/article.aspx?ID=38 for available form code
> events.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
>
> "Fred Boer" <(E-Mail Removed)> wrote in message
> news:uXIgWCF%(E-Mail Removed)...
>> Hi!
>>
>> Well, I am considering how to deal with data validation. I am able to use
>> the data validation that is available through the Properties sheet. It
>> appears, however, that the error message popup message is delayed until
>> saving changes. A couple of questions:
>>
>> 1. Is there a way to limit data entry in a combobox to the "Possible
>> Values"? Something similar to the "LimitToList" property in Access
>> comboboxes?
>> 2. Is the built in validation the only available option? Can we do it
>> using VBA and events?
>>
>> Thanks
>> --
>> Fred Boer - Amateur Access Enthusiast
>> Interests: Library software / Z39.50 / Web Services
>> Freeware Small Library Application available here:
>> http://www3.sympatico.ca/lornarourke/
>>
>>
>>
>
>