Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试引用一个名为 gCalc 的未绑定文本框,该文本框在我的子表单内进行计算。我在子报告的文本框中调用它。当我调用它时,我得到同样的错误,但我可以调用其他未绑定的字段。iv 尝试了几种调用方式。下面是我失败的例子
[表格]![子表格 N]![gCalc]
[Forms]![mainFormN]![SubformN]![gCalc]
输出
#Name ?
我无法在子报告中引用未绑定的文本框吗?
如果要引用子窗体或子报表上的某些内容,则需要指定要引用窗体或报表本身的属性,而不是子窗体控件:
[Forms]![mainFormN]![SubformN].Form![gCalc]