Cannot edit data from form

S

Sharyn

I have created an edit form to edit data from a table.
The form is based on a query. It does not allow me to
edit the records in any way. The form opens from a
command button, and I changed the button to run an
openform macro with the edit property, but still no
luck. Any ideas on what is preventing the editing of
records?
 
A

Andrew Smith

Not all queries are updatable. If you open the query itself in datasheet
view, can you edit the data there? Is there a blank new record at the bottom
of the datasheet? If not then you have created a non-updatable query.
 
S

Sharyn

Thanks Andrew :) I'll check on that
-----Original Message-----
Not all queries are updatable. If you open the query itself in datasheet
view, can you edit the data there? Is there a blank new record at the bottom
of the datasheet? If not then you have created a non- updatable query.




.
 

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

Top