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
 
Back
Top