View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CLamar
 
Posts: n/a
Default Using a ListBox selection to query a database

I am creating a User Interface in Excel that will query tables in Access. My
first Access query places the data into a ListBox, from that list box the
user will need to be able to query the database again for the selection he
chose from the listbox. (Simply put I am trying to imput the ListBox
selection into the SQL statement to query the database again) Does anyone
have any suggestions on how to accomplish this.

Thanks