Can someone point me in the right direction, please...
I am using a listbox to display options on a form. The ListBox is populated based on a query that returns 2 columns.
On the Submit button's "On Click" event, I have an OpenReport action. The report runs a query which depends on the values that were selected from the ListBox. I want to SetTempVar based on the value of the selection made from the listbox so that the report can access the values. How can this be done?
Thanks in advance!