record set is not updatable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why does this happen...

I make a simple change like a text name on a form. Then I create the mde.
When anyone opens the mde they cannot enter any data the message in the
bottom left corner is: "The record set is not updatable"..

Thanks
 
What is the form bound to? Is it bound to a query? If so, the query might not
be updateable. Test this by opening the query directly and seeing if you can
add a record.

Also, make sure the Recordset Type property of the form is set to Dynaset.

Barry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top