Unable to Update Table

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

Guest

I have a form based on a query of several tables but I could not update the
fields of the table in the query. I used to be able to do that...is there
something I'm missing?
 
Run the Query by itselft, i.e. not through the Form and see if you can
update the data in the DatasheetView of the Query. Also, check whether the
New button in the NavigationBar is enabled or not. If you can't update the
data (and the New button is disabled), your Query is not updateable.

See Access Help topic "Updatable Queries".
 
Back
Top