Quote Originally Posted by jmcilhinney View Post
It's your application. You tell me. Here's how it works. You ask yourself exactly what happens in the application to prompt the data refresh. You then determine what event is raised or the like when that happens and that tells you where to put the code. I would guess that it's when the second form, i.e. the form that modifies and saves the data, closes but that is based on very limited information. It's your application; you know how you want it to work; you decide.
To me, selecting the combobox is the only logical answer. You click it and it should present the desired data. It's not doing that. So quite frankly if index changed isn't the place to query that database for the latest data... I don't know what is. If I did...the logic dictates I wouldn't need to be here asking.....

If you have a realistic solution, I'm listening. So far other than examining the structure of the binding sources and declaring that I have two different datasets with the suggestion to requery the database... I don't see where you're actually helping me resolve this. Understand something here. I know what I want the combobox to do and why I want it to do it. What I don't know is HOW TO MAKE IT HAPPEN..