Populate an Unbound Listbox based on an Unbound Combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with an unbound list box where the user can select multiple
stores. There is VBA code behind a command button that queries the data and
creates a report. I added a unbound combo box to the form for the user to
select a division.
How do I get the listbox to update based on the selection in the Combo box?

I would appreciate any help you can give me.
 
Back
Top