I am trying to create a form (Query by form) that will allow users to first select one or many records from listbox (Category field). Then, on After Updated of that listbox, I want my second listbox to populate with all the records that are associated with the selected Category or Categories.
My logic is that I should create a data string (from the first listbox) and then plug that string into the criteria for the query that the second listbox references.
I am unsure if I have built my code wrong or if this is not possible. As yet, I have been unable to find much help on this topic. I hope that you will be able to help...
My logic is that I should create a data string (from the first listbox) and then plug that string into the criteria for the query that the second listbox references.
I am unsure if I have built my code wrong or if this is not possible. As yet, I have been unable to find much help on this topic. I hope that you will be able to help...