Locking a field based on a previous selection

B

BRIAN PASTRE

I have a custom form that has a combo drop-down box, which has several selectable items. If the user selects a particular item from the drop-down list, I want to lock the next field. I have been able to accomplish this in HTML forms using the OnBlur or OnChange events, but I notice that there are no such events in vbscript for Outlook forms.

How would this be accomplished?

Thanks in advance.

Brian
 
Top