Field cannot be updated.

  • Thread starter Thread starter jeff
  • Start date Start date
J

jeff

I have created a program and I keep getting this message.
Field cannot be updated.
- I already check and there is NO LOCKS.

Can someone help.

Thanks in advance.

Jeff-
 
Typically, calculated fields can only be updated in code or by SQL. Other
reasons are that you have an aggregate (Totals) query, or you don't have a
recognizable key in the query which means the form or query can't figure out
what to update. This usually happens when you are attached to non-Access
data. If your field is not calculated, and isn't one of these other
problems, perhaps you might tell us a little more about where it resides in
the database and how you can update it from the table.
 

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