from this post, http://access.mvps.org/access/forms/frm0007.htm
I can build the sql string with the selected items from the listbox right in the form that has the listbox
but not sure how to pass that select statement into a query which will be record source for a report
I know I could have a hidden text box and populate the textbox with the sql string and then reference the textbox content in a say a query column criteria row but what do I put in the top box of the query column?
or just how to get that sql string as the sql string for a query.