Hi all,

I have a ListBox with a list of Authors in it on a form that is linked to a database.At the moment I click on one of the Authors and I get the records for that author from my database into my Datagrid.

Is there a way that I could click on more than one Author and get more records up from the database into the datagrid.
I did try switching the SelectionMode property to MultiSimple and then MiltiExtended.but this didn't work,so I assume there must be a way to do this with code.Any suggestion much appreciated.
Greetings

WC