I have two parts to my question, the first part being the most important, as I’m sure it will give me a gentle shove in the right direction:
1. I have a form with a list box on it that displays the columns of my largest table. I want my users to be able to select multiple values from that list box, click ok, and a query will be made (in read-only) displaying only those columns selected.
2. Compounding on top of problem 1, I want a selection from another list box that is linked to one of the columns in that table to apply a filter to the query that is created.
I have searched high and low, and all I’ve found was using the list box or combo box to apply a filter to an existing query. I want this to be a 1-time use type of thing.
Thanks!
Jeremy