|
-
Feb 20th, 2000, 03:10 PM
#1
Thread Starter
Junior Member
Hi,
the error reads ...
3073 : Operation must use an updatable query
... what should I be looking ?
The help didn't
Cheers Dave
-
Feb 20th, 2000, 07:35 PM
#2
Lively Member
Looks like you are trying to run an SQL statement on a database and the syntax isn't quite right.
Got an example?
-
Feb 22nd, 2000, 05:05 AM
#3
Thread Starter
Junior Member
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
-
Feb 22nd, 2000, 12:35 PM
#4
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|