chanman525
IS-IT--Management
I have a form that has multiple subforms that are populated based off of a multi select control. All sub forms have the same fields, it is just filtered based off of what is selected in its associated list box.
What i would like to do is have a single report that displays the filtered selection from the subform.
here is what it looks like on a single form. ( 2 multi-select boxes and 2 subforms)
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
multi select field 1 Subform display selection 1
-------------------- -------------------------
Open (Selected) display all Open records
Closed
multi select field 2 Subform display selection 2
-------------------- -------------------------
Access display all Word records
Aix
Word (Selected)
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
At each multi select there is a "Get Report" button that will call the report and display the data in the associated subform.
If I hard code the query associated to a select box it works fine. But what i want to do is change the record source of the report based no which "Get Report" button is pressed.
I Hope this post is not to confusing, i tried to clearly explain and display what the delima is. Any ideas would be appreciated and thanks for the time to reivew this post.
What i would like to do is have a single report that displays the filtered selection from the subform.
here is what it looks like on a single form. ( 2 multi-select boxes and 2 subforms)
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
multi select field 1 Subform display selection 1
-------------------- -------------------------
Open (Selected) display all Open records
Closed
multi select field 2 Subform display selection 2
-------------------- -------------------------
Access display all Word records
Aix
Word (Selected)
]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
At each multi select there is a "Get Report" button that will call the report and display the data in the associated subform.
If I hard code the query associated to a select box it works fine. But what i want to do is change the record source of the report based no which "Get Report" button is pressed.
I Hope this post is not to confusing, i tried to clearly explain and display what the delima is. Any ideas would be appreciated and thanks for the time to reivew this post.