Click to See Complete Forum and Search --> : Anyone seen this VB5 error ...
Lil Dave
Feb 20th, 2000, 02:10 PM
Hi,
the error reads ...
3073 : Operation must use an updatable query
... what should I be looking ?
The help didn't
Cheers Dave
VorTechS
Feb 20th, 2000, 06:35 PM
Looks like you are trying to run an SQL statement on a database and the syntax isn't quite right.
Got an example?
Lil Dave
Feb 22nd, 2000, 04:05 AM
Will do ... my code computer is memory less at the moment ... shoul dbe able to post the offending SQL in about 24 hours.
Cheers Dave
JohnAtWork
Feb 22nd, 2000, 11:35 AM
More specifically, you're trying to run an Update or a Delete query, and you have a join.
Updates/Deletes can't join to a query; under certain circumstances you can join two tables together.
Give some of the SQL and we can go from there.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.