Ive been searching for several hours, but I have not found a single solution to what Im looking for. To make a long story short, I have a query that I need to put into a subform in datasheet view, or alternatively a listbox. And then have another listbox, with multiselect enabled, to filter through a single field in the query. That query field has multiple text words in it, I will also note.
i.e. Query field NAME has
And my Multiselect listbox has
As clickable options
When I click on one, it needs to only display the records with that keyword in NAME
Apparently this has never been done before in the history of mankind, according to literal hours of searching. So here I am, asking away.
i.e. Query field NAME has
John Nick Derick
Nick Derick Dave
Trevor Bill Dave
etc...
Nick Derick Dave
Trevor Bill Dave
etc...
And my Multiselect listbox has
Derick
Dave
Nick
John
Trevor
Bill
etc...
Dave
Nick
John
Trevor
Bill
etc...
As clickable options
When I click on one, it needs to only display the records with that keyword in NAME
Apparently this has never been done before in the history of mankind, according to literal hours of searching. So here I am, asking away.