Updating records in a form

  • Thread starter Thread starter JP Martinez
  • Start date Start date
J

JP Martinez

Hi I have a form which is generated and updated from a query - but the
problem I have is that the records are not updatable.

Any ideas

thanks

-Pierre
 
1. Check the Query / SQL String and see if you can update the data. If the
Query is not updateable, the Form will behave the same.

If the Query is not updateable, check Access Help on "Updatable Queries".

This is the most likely problem.

2. If the Query is updateable and the Form is not:

* Check the AllowEdits / AllowAdditions Property of the Form.
* Check the Enabled and Locked Property of the Controls on the Form.
 
Back
Top