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