Hi all,
I created a form that links to a view. The view joins the two tables and both of these tables are defined w/ Primary keys. But when I try to update the table is giving an error in Access form: "This recordset is not updatable". 
Would anyone have an explanation for this?
I'm using AC2K and SQL Server 2K.
Thanks!You can only update columns in the view from one table with one update statement.  You can only update columns if you have all of the columns in the declared PK for the table in the view.
-PatP
Subscribe to:
Post Comments (Atom)
 
No comments:
Post a Comment