SBerthold
I just posted a a new thread before seen this one.
I am trying to accomplish the same thing.
I have multiple DataGrids which have a one to many relationship with the Main Grid. The other Grids are in tabs on the same form of course.
While editing records in those Child Grids, I wish to display a combo box that looks up values from a table. That way, user won;t have to type in.
Also when user starting populating the starting point DataGrid, I want the two values/Columns, which ever he selects to be carried over to all the other DataGrids. The rest of the other columns on those DataGrid will be ethier a combo box or just a cell and/or a combinision of the two, which ever grid I am on.
Is it possible to accomplish this?
Any sample example that accomplish this will be greatly appreciated.
Thank you
ParyGoal