J jibb Registered User. Local time Today, 15:54 Joined Dec 1, 2011 Messages 93 Nov 27, 2013 #1 Hi All, I want to limit the results in a query to the selected items on a list box - how do I do this? Thanks
Hi All, I want to limit the results in a query to the selected items on a list box - how do I do this? Thanks
D Drunkenneo Registered User. Local time Tomorrow, 04:24 Joined Jun 4, 2013 Messages 192 Nov 27, 2013 #2 As per assumption u r asking the result displayed in screen to limit, then probably go to properties and limit to your required number.
As per assumption u r asking the result displayed in screen to limit, then probably go to properties and limit to your required number.
J jibb Registered User. Local time Today, 15:54 Joined Dec 1, 2011 Messages 93 Nov 27, 2013 #3 No... I have got a form with a list box on it and from that form I want to run a query but only show the records which are selected in the list box.
No... I have got a form with a list box on it and from that form I want to run a query but only show the records which are selected in the list box.
D Drunkenneo Registered User. Local time Tomorrow, 04:24 Joined Jun 4, 2013 Messages 192 Nov 28, 2013 #4 Probably help you out if u b explain more what is in the list box and what does it need to do in same form.
Probably help you out if u b explain more what is in the list box and what does it need to do in same form.
apr pillai AWF VIP Local time Tomorrow, 04:24 Joined Jan 20, 2005 Messages 737 Dec 1, 2013 #5 Get the solution to your query from the following link: Selected List Box items and Dynamic Query You will get details of the method, VBA Code and implementation techniques. Last edited: May 8, 2018
Get the solution to your query from the following link: Selected List Box items and Dynamic Query You will get details of the method, VBA Code and implementation techniques.