如何将父表单数据网格读取到子表单中
如何将父表单数据网格读取到子表单中。
在父表单数据网格中并读入子表单。
有人可以帮助我吗?
How to read the parent form datagrid into child form.
In the Parent Form Datagrid and read into Child form.
Anybody can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定您的问题是关于数据设计还是用户界面功能。一切都从数据开始。在父表中创建 ID 字段。当您将记录插入子表时,请包含父 ID 字段。然后,在数据网格中,当用户单击“选择”按钮时,您可以将该 ID 传递到“子”表以隔离相关记录。这就是他们所说的师子关系。希望有帮助。抢。 FormThis.com
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