I am working in Forms and would like to know if anyone can tell me how to use a table to show all the choices from a lookup?
For example, I have a drop down box above the table with Shirts or Pants as choices. If the user selects Shirts, I want a table below the drop down box to show a row for all the choices (currently it will only have one row and a drop down box of choices with the ability for the user to add more rows).
In the screenshot below, what I want to be the result is when they choose Shirt, the table will automatically have 11 rows and each of the choices will be in a row.
Current:
Result I want (without the user having to add the rows manually):
Thanks.