Forms Question

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

JP Martinez

I am trying to update a text box in a form -but when I enter my code as
simple as when double0-clicking on text box change text to "PAID" txtstatus
="PAID"

it fails and it complains that the recorset is not updateable.

any ideas

-JPierre
 
Have you check whether the Form's RecordSource is updateable?

The RecordSource of the Form is probably a Query or an SQL String. Open the
Query by itself, i.e. not through the Form and see if you can edit the data
in the DatasheetView of the Query. Also, if the NewRecord button in the
NavigationBar in the datasheet is disabled, your Query is not updateable.
 

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