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.
与 Microsoft 访问有关的快速问题。我才用了大约一个星期,所以我不知道很多。
我有一个表格,里面有一个子表格。在子表单中有一个组合框。当用户在子表单组合框中选择一个值时,我希望主表单的文本框显示用户从组合框中选择的内容。
我不认为这应该很难做到,我只是不知道代码应该是什么。先感谢您!
您可以使用子窗体组合的更新后事件并将主窗体称为Me.Parent. 您的代码可能如下所示:
Me.Parent
Me.Parent.txtTextBox = Me.cboCombo