Editing data with a form

  • Thread starter Thread starter l martin
  • Start date Start date
L

l martin

I have a form that selects fields from a table based on
criteria supplied by another form. They are displayed in
Datasheet view.

I want to be able to edit any or all of the data that is
retrieved, but when I move to a field, I am not able to
edit the data.

I have the Allow Edits, Allow Deletions, Allow Additions
properties of the form all set to YES.

Any ideas why I cannot edit the data?

Thanks.
 
Make sure that the Recordsource for your form is an updateable query. Open
the query in datasheet mode and see if you can edit records there.
 

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