I am trying to figure out how to populate a new combo box based on a value from another combo box.
Example:
Combo Box1 has the values: Option 1, Option 2, Option 3
If user selects Option 1, I would like Combo2 to appear with the values: A, B, C
If user selects Option 2, I would like Combo3 to appear with the values: D, E, F
If user selects Option 3, I would like Combo4 to appear with the values: G, H, I
I cannot figure out how to make this happen. Some help would be great!! :)
[url=http://www.acrobatusers.com/tutorials/2006/change_another_field]Changing Another Field with Combo Box (Drop Down) Selection[/url]
George Kaiser