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.
我在 MS Access 中有一个表单,每次有人从组合框中选择项目编号时,我都会尝试对其进行刷新。特别是表单上的文本字段似乎没有刷新。
是否有任何 VBA 代码可用于执行此操作?用户是否必须单击“下一条记录”?
尝试更改表单本身的数据源。将其设置为空,然后将其设置为适当的查询定义。