Access 97 won't let me delete records on a SQL linked table (2000 will) 
Author Message
 Access 97 won't let me delete records on a SQL linked table (2000 will)

I have converted an Access 2000 app to 97 and a couple of delete queries
  give me an error: "Operation Must Use an updatable query."

The query is to a linked table on SQL 6.5.
DELETE * FROM dbo_FieldServiceReport_SQL where id = 99

How can I delete records on SQL using a linked table in Access 97?



Tue, 14 Sep 2004 08:05:27 GMT  
 Access 97 won't let me delete records on a SQL linked table (2000 will)
Try removing the * in the query ...


Quote:
> I have converted an Access 2000 app to 97 and a couple of delete queries
>   give me an error: "Operation Must Use an updatable query."

> The query is to a linked table on SQL 6.5.
> DELETE * FROM dbo_FieldServiceReport_SQL where id = 99

> How can I delete records on SQL using a linked table in Access 97?



Tue, 14 Sep 2004 10:12:30 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Records deleted from table when linking SQL 2000 to Access 97

2. word VBA won't let me add a new record to an access table

3. ACCESS 97 will LINK to SQL but ACCESS 95 won't

4. Outlook 2000 won't let me delete mail

5. HELP: Linking Access '97 tables into Access 2000

6. HELP: Linking Access '97 tables to Access 2000

7. Won't Let me add records to table I just created

8. Access 97 won't let me use Left()

9. XP won't let me use Access of Office 97

10. Access 97 / SQL Server 2000 Problem Linking Tables


 
Powered by phpBB® Forum Software © phpBB Group