> Also any reason you bound to the Dataset rather than the table ? Habit. :-)
-- Ian Griffiths DevelopMentor ----- Original Message ----- From: "Ben Kloosterman" <[EMAIL PROTECTED]> > I was sort of hoping to do it without using the changed events - I avoid > events unless they are neccesary as forms are cluttered with them and > programmers new o the program often struggle. . > > The not uodating until I leave the field is fine as on this control the > customer only selects the country as long as the id is in the DataSet Im > happy. > So my choice is something that may be dodgy versus something that > I read that the devs of .Net are working on multisource dataviews and this > would extend to DataSets. > Mmm choices. > > Also any reason you bound to the Dataset rather than the table ? > > eg > > > countryComboBox.DataBindings.Add("SelectedValue", > > customerDataSet.Address, "countryID"); > > comboCountry.DataBindings.Add("SelectedValue", > customerDataset1, "Address.CountryID"); You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.