G
Guest
HI All,
I have a piece of VBA code (Access2k, Win2k) that has run
weekly for the last 5 weeks perfectly. Now when I try to
run it all of the update queries won't run with the error
message
"Runtime error 3073, Operation must use an updatable query"
Code Follows:
DoCmd.RunSQL "UPDATE tblMatrix INNER JOIN tblClmntTrans ON
tblMatrix.Cusip = tblClmntTrans.Field6 SET
tblClmntTrans.FdFam = [familyname];"
The queries are simple lookups with one inner join. When I
recreate the queries outside of the code I get the same
result.
I tried the exact mdb that ran last week with new or old
data and it won't run.
There is an ODBC connection to SQL Server but there were
no major changes and those linked tables are not being
updated, it is a local table that is now not updatable.
I'm stumped and past my deadline!!!
Any ideas would be much appreciated.
Thanks,
alr
I have a piece of VBA code (Access2k, Win2k) that has run
weekly for the last 5 weeks perfectly. Now when I try to
run it all of the update queries won't run with the error
message
"Runtime error 3073, Operation must use an updatable query"
Code Follows:
DoCmd.RunSQL "UPDATE tblMatrix INNER JOIN tblClmntTrans ON
tblMatrix.Cusip = tblClmntTrans.Field6 SET
tblClmntTrans.FdFam = [familyname];"
The queries are simple lookups with one inner join. When I
recreate the queries outside of the code I get the same
result.
I tried the exact mdb that ran last week with new or old
data and it won't run.
There is an ODBC connection to SQL Server but there were
no major changes and those linked tables are not being
updated, it is a local table that is now not updatable.
I'm stumped and past my deadline!!!
Any ideas would be much appreciated.
Thanks,
alr