重複の可能性:
操作では更新可能なクエリを使用する必要があります。(エラー 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 - 操作には更新可能なクエリを使用する必要があります
何か案は?