Link to home
Start Free TrialLog in
Avatar of Jay Carax
Jay Carax

asked on

Designing Outlook form

Hello,

I have two drop down menus, one called 'Floor' and the other called 'Area'. I want it so that when I select a type of floor, it will dynamically update the area drop down with relevant items. Can someone please show me how to link them?

An example would be

Floor
Values =   Basement, Ground

 
If Floor = Basement    

then values in Area should only display:  Bike Store, Kitchen, Boiler Room

If Floor = Ground
then values in Area should only display: Reception, Lift Lobby, Library

Please see attachment for a basic visual.

Thanks
image001--1-.png
Avatar of Tony Giangreco
Tony Giangreco
Flag of United States of America image

This link takes you through the entire process. Hope it helps!

http://www.slipstick.com/developer/designing-custom-forms/
ASKER CERTIFIED SOLUTION
Avatar of Jamie McKillop
Jamie McKillop
Flag of Canada image

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
Avatar of Jay Carax
Jay Carax

ASKER

Thanks - I will take a look at these now.
I just noticed a mistake. insert the line:

Case "Ground:

before:

#If Floor equals "Ground"
Thanks!