MS Access - Prevent prompt to save form

依然范特西╮ 提交于 2019-12-13 06:50:56

问题


Sometimes when I've made changes to the form via VBA (change in record source, control source, making controls visible or not, etc.) the user will be prompted to save the form when closing it.

Is there any way to avoid this or prevent the prompt?


回答1:


Im posting in the answer section because I'm unable to post under comments, I'm Relatively new to this site.

Anyways, are you making the changes while other users may be using the form at the same time? That's the only thing that would make sense to me is that a user is in the form when you are making your changes which it then asks them to save the changes to the form, as it would be different from the time they first entered into the form.



来源:https://stackoverflow.com/questions/29756805/ms-access-prevent-prompt-to-save-form

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!