09-30-2012, 08:46 PM
kismetgerald Wrote:So with the help of fellow members @ stackoverflow.comAh, I love that website. Such a great community.
So, I think what you are going to want to do is make dbTable a global variable, meaning that it can be accessed by all methods.
Then, on the ComboBox SelectedItemChanged event, simply make it so you retrieve information from the dbTable variable. However, this may not work depending on how your database is arranged. Could you give us a layout depicting how your database is arranged?