I'm not sure of the exact term, but what I'm looking for is one combo box that controls another. Such as the example below:
(Drop down box 1) Booth Size:
(option 1) 10x10
(option 2) 10x20
(Drop down box 2) Number of booth staff:
the result should be..
if 10x10 is selected in Drop down box 1, result = "2 staff"
if 10x20 is selected in drop down box 1, result = "3 staff"
Thanks!
(Drop down box 1) Booth Size:
(option 1) 10x10
(option 2) 10x20
(Drop down box 2) Number of booth staff:
the result should be..
if 10x10 is selected in Drop down box 1, result = "2 staff"
if 10x20 is selected in drop down box 1, result = "3 staff"
Thanks!
This topic is locked and no more replies can be posted.