且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

“操作必须使用可更新的查询"MS Access 中的错误

更新时间:2023-02-14 22:30:42

这个答案是否普遍正确,我不知道,但我通过稍微改变我的查询解决了这个问题.

Whether this answer is universally true or not, I don't know, but I solved this by altering my query slightly.

我没有将选择查询加入表并对其进行处理,而是更改了选择查询以创建临时表.然后我将该临时表用于实际表,并且一切正常.

Rather than joining a select query to a table and processing it, I changed the select query to create a temporary table. I then used that temporary table to the real table and it all worked perfectly.