Dynamic report with dynamic selectbox
I am trying to build my first dynamic report. I have a variable [formName] and my final reporting page will adjust dynamically based on the default value I pass in.


I have also been able to create an initial page with a text box allowing me to pass in a dynamic [formName] that is entered by the user.


What I really need is a way to have a drop down box populated with a list of options which are coming from a table because the options are changing over time as new forms are created with new "Form Names".
Can anyone tell me what the process is to have a Combo Box on a page that is pulling its values from a table or list and passing which passes that value to my variable [formName]?
The only option I see is to create a select box but then you have to manually enter each possible option.

The problem at this point is that the only option to get values into the combo box is to manually enter them.
