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