Form is read-only because of stored procedure

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I have a stored procedure that yields the records I want, but when I
attempt to edit those records in a form, I am unable to do so.
Apparently the recordset is read-only because it is based on a few
related tables. To throw an additional wrench in the works, the
stored procedure as a parameter. I've attempted to use the
UniqueTable/Resync stuff, but am not sure what to do with it. Thanks
in advance for any help.
 
I have a stored procedure that yields the records I want, but when I
attempt to edit those records in a form, I am unable to do so.
Apparently the recordset is read-only because it is based on a few
related tables. To throw an additional wrench in the works, the
stored procedure as a parameter. I've attempted to use the
UniqueTable/Resync stuff, but am not sure what to do with it. Thanks
in advance for any help.

Please post some description of your query, the recordsource of your
form; some more information about the stored procedure (where it's
used); *SOMETHING* to give us a handle on the problem. You can see
your database. We cannot.
 
Back
Top