gpt4 book ai didi

ms-access - 使用 VBA 更新 Access 2007 中的表单记录集

转载 作者:行者123 更新时间:2023-12-04 07:07:38 25 4
gpt4 key购买 nike

我正在对 Access 进行一些开发,但遇到了一个问题,我需要确保在按钮 OnClick 处理程序中更新表单。

我在想它可能会像这样工作:

if me.dirty then
me.update 'This is a nonexistent form method'
end if
<rest of handler>

如果存在这样的事情,我是否必须手动调用 OnUpdate 事件处理程序?

最佳答案

怎么样:

if me.dirty then
me.dirty=false
end if

根据 MVP Allen Browne 的代码:

http://allenbrowne.com/bug-01.html

关于ms-access - 使用 VBA 更新 Access 2007 中的表单记录集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/884723/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com