This Recordset is not updateable (1 Viewer)

bk1010

Registered User.
Local time
Today, 12:25
Joined
Nov 16, 2009
Messages
16
Hi All,

I have a query that uses 2 tables,
  • tbl_EmployeeDetails
  • tbl_Assets
The query is linked by employee ID.

The query returns everything in tbl_Assets and the employee name from tbl_EmployeeDetails.

It prompts the end-user to update the date of an asset but I keep getting "This Recordset is not updateable" and can't understand why.
Both tables have primary keys and the query is not grouped.

Any advice would be appreciated
 

isladogs

MVP / VIP
Local time
Today, 12:25
Joined
Jan 14, 2017
Messages
18,209
Allen's article covers all likely causes for read only queries.
If that doesn't help you deduce the issue, please post your query SQL and a screenshot of the query design
 

Users who are viewing this thread

Top Bottom