Hi guys. First timer here, so be gentle
I have a form. It has a drop down box with option 1-20. There are also text boxes, 20 of them. Using the logic i want to only display the correct amount of text boxes as per the user choice in the drop down box. IE, drop down box is 2, 2 text boxes to display.
Is there a way around the lengthy logic declarations? IE. Can i state in one logic command "If X is 1-20 then display this box"? Same for 2, 3, 4 etc.
In other words is there a wild card? Can i say if the drop down box is 15 can text boxes 1-15 be displayed without going through the process of defining each and every line for each and every text box. Just one logic command per text box?