Link to home
Start Free TrialLog in
Avatar of Marie-Anne
Marie-Anne

asked on

Forms: Choosing a field in dropdown box will show other textfield

Hi,
I'm developing a helpdesk form
This is what i want to do:
I have a dropdown box with 2 values (contractor or own employee). Own employee is the default value. If contractor is chosen a textfield must appear.
I've created the dropdown box (name = EndUserType) and a textfield (name = ExpirationDate). My Outlook Version is 10.0 (Outlook 2002). I don't have a code yet. Hope anybody want/can to help me!
Avatar of jessnjeff
jessnjeff

put the code to make the textfield.visible = true in the Custompropertychange event of the form.

post back if you need further details on proper syntax
Avatar of Marie-Anne

ASKER

I'm just a newbie, so if you could give me more information about the custompropertychange event... It would help me a lot!
ASKER CERTIFIED SOLUTION
Avatar of jessnjeff
jessnjeff

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks! you helped a lot!