Master-Detail WinForm
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have the following scenario: in a Bound windows form, I have a master-detail relationship, the first part of the form is the Master(represented by text and combo boxes) and retrives it's Data from a single SQL data table, The Details Section is represented by a DataGrid, and retrives its Data from Multi Tables Sql Query. I wand to Add/ Insert/ Update and Delete from this Related sections at once, but still facing some problems affecting the Details Section, the modifications are done on the Master only. The relation between them is build in the run time. plz, if you have any Idea how to solve such a problem, that will be appreciated. Thanx All. I.M.A