Hello, can anyone help me with a problem I'm having with a query. What I want to do is to use the ItemData property to of a list box as the criteria for a record to be selected in a query.
Thanks for taking time to read, any help is appreciated very much.
Tanks Trendsetter, for responding so quickly, I was able to resolve my problem using the rowsource property of the list box in as query criteria box using the expression builder. it looks something like this:
[Forms]![formName]![ListBoxName].Rowsource
And then on my form I have a cmd button that when the user clicks it will open the query and find the record based on the item(s) in the list box. I use a for loop to iterate thru the list box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.