Editing Data

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

Guest

When I run a query using two joined tables, I can't edit the data in the
field or if I make a form using the two tables, I still can't edit the data,
but the query is shows all the data fine.
 
Lots of queries return Recordset that are not updateable and if the Query is
not updateable, you cannot edit the data in the DatasheetView of the Query
or the Form which uses the Query as the RecordSource.

Check Access Help on "Updatable Queries".
 

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