Update Error when closing form

E

Eric

Hello,

I created a form off of a linked SQL Server table with a drop down of only
one field. Whenever I go to close out of the form I get a Update error
stating that I couldn't update the recordset, which is correct since I only
have read-only access to the SQL Server table. There is no code stating that
there is a update procedure of any kind on a module, class module, or the
properties of the form. Any ideas where I could look next?
 
Top