I have an Access Data Project. SQL Server backend, access forms.
I have a form bound to a stored procedure. The storede procedure is based on two tables. The form needs to update and delete records in one of the tables. I set the Unique Table property to the table I need updated.
When I try to update a record I get the error'This recordset is not updateable" It worked fine when the record source was he table. The second table can remain unchanged and it's field should be read only
Does anyone know how to hook a form up to a sproc
I have tried several solutions, but can't find the one that works.
Mike