Avatar

Level 2

Thanks for the lead but this is way more complicated than what Im trying to do.  I kind of figured out a solution that gets me there.  I created several different body forms within a table.  I then clicked the entire table and placed an "if statement" like.

if (DropDownList3.rawValue == "7") then

    $.presence = "visible";

else

    $.presence = "invisible";

endif

This works but im having  few problems with dropdowns and other features that work on my orginal table but not on this one??  Fortunatly the forms I am trying to make are all table/cell type forms.  A full body form with dropdown, text and other features I have found much trickyer.  Maybe thats where this solution by John Brinkman will come into play?