可能重复:
Operation must use an updatable query. (Error 3073) Microsoft Access
我正在使用以下代码:
CurrentDb.Execute "INSERT INTO calldata([username], [reportnumber], [reportdate], [custconcern], [cc], [as]) " & _
" VALUES('" & Me.cboopenedby & "','" & Report_Number & " ','" & _
Me.txtopenedon & "','" & Me.cboconcern & " ','" & strCustconcernfixtxt & " ','" & strActionfixtxt & "')"
它在Access 2007中运行良好,但在2010年送给某人时,他们得到了:
运行时错误3073 - 操作必须使用可更新的查询
有什么想法吗?