Question : Cannot Edit SQL Query Results

We are running a SQL Server 2005 DB with an Access 2003 front end (tables linked via ODBC).

When we run a select query with two tables joined, we are unable to edit any of the results.  I know data should be updated via an update query, but in this case we need to be able to edit the results directly.

I have tried this on numerous computers and under several accounts (all connecting with Windows authentication).

Any ideas?

Thanks!

Answer : Cannot Edit SQL Query Results



1) open the query in design view
2) Menu>>view>>properties
3) Set the 'Recordset Type property to 'Dynaset (Inconsistent Updates)'
4) Save and close the query.
Random Solutions  
 
programming4us programming4us