I have a query derived from someone clicking on 2 listboxes. All worked okay, but now the boss wants multiple selections from each listbox. I have done a search but my time of existance on this planet terminates tommorow unless I can fix it. Is there an easy way to change things? Many thanks
WHERE (((TXMASTERS.SeriesName) Like [FORMS]![MasterQuery2b].[LNAME1].[CAPTION]
I need to gather the multiselected data from the list into a string which replaces the primitive label caption part, being the present selection of a listbox.
WHERE (((TXMASTERS.SeriesName) Like [FORMS]![MasterQuery2b].[LNAME1].[CAPTION]
I need to gather the multiselected data from the list into a string which replaces the primitive label caption part, being the present selection of a listbox.