本文介绍了在mainform中编辑数据时,从mainform将值传递给子表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我有一个带有子表单(frm_pyrovola)的mainform(frm_main)(与id链接,关系为1-many)。在子表单中,我有一个组合框字段,它从表/查询中获取数据,行代码如下: I have a mainform (frm_main) with a subform (frm_pyrovola) (linked with "id", with relationship 1-many). In subform, i have a combobox field where it takes data from table/query with the code bellow in rowsource: 展开 | 选择 | Wrap | 行号 推荐答案 展开 | 选择 | Wrap | 行号 这篇关于在mainform中编辑数据时,从mainform将值传递给子表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-27 00:50