C
Carma via AccessMonster.com
Basically I have a list or items I want to represent on a form and allow the
user to select any one or more items from that list. I want the items
selected to be used as my filter criteria in my query. Don't care if the
list is represented as a Listbox or subform, just want way to use the
selected items for my filter.
From what I've read it seems like I need to create some code to make this
work, but as I'm not really good with code I would really need someone's
patience to help me out.
So say I have a form called frmmain and either a list box named Listbox1 or a
sub form called frmMainSub, how can I make this work?
I've tried this with a listbox and selected MultiSelect property to Extended
but when I reference the listbox in the query I get null results as I learned
from the help file is what its suppose to do.
Please help!
user to select any one or more items from that list. I want the items
selected to be used as my filter criteria in my query. Don't care if the
list is represented as a Listbox or subform, just want way to use the
selected items for my filter.
From what I've read it seems like I need to create some code to make this
work, but as I'm not really good with code I would really need someone's
patience to help me out.
So say I have a form called frmmain and either a list box named Listbox1 or a
sub form called frmMainSub, how can I make this work?
I've tried this with a listbox and selected MultiSelect property to Extended
but when I reference the listbox in the query I get null results as I learned
from the help file is what its suppose to do.
Please help!