开发者

How to read the parent form datagrid into child form

How to read the parent form datagrid into child form.

In the Parent Form Datagrid and 开发者_StackOverflow社区read into Child form.

Anybody can help me?


Not sure if you question is regarding data design or ui functionality. It all starts with the data. Create an ID field in the Parent table. When you insert records into the Child table include the Parent ID field. Then in your datagrid when a user clicks the Select button you can pass that ID to the Child table to isolate the related records. This is what they call a Master/Child relationship. Hope that helps. Rob. FormThis.com

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜