A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"Field Cannot Be Updated" Error



 
 
Thread Tools Display Modes
  #1  
Old November 20th, 2006, 06:13 PM posted to microsoft.public.access.forms
DavidG
external usenet poster
 
Posts: 14
Default "Field Cannot Be Updated" Error

Form:Form(1)
View: Datasheet
Record Source: Query(1)
Table Source: Multiple tables

Problem: Entering data into any control in a New Record causes the
"Field Cannot Be Updated"
message to appear twice. (After clicking "OK" on the error message
window, the data is accepted into the control.) Clicking the "Help"
button on the error window indicates the error is 3164: possible
problem - record locked by another user. (There is no other user.)

I have 11 other forms built in the same manner, using the same tables
and relationships used by Form(1) which do not have this problem.

I'm hoping someone can point me to where I might find the problem. Any
comments would be greatly appreciated.

  #2  
Old November 21st, 2006, 07:52 AM posted to microsoft.public.access.forms
[email protected]
external usenet poster
 
Posts: 32
Default "Field Cannot Be Updated" Error

Hi David -

Unfortunately, based on the underlying rules of databases, you cannot
update a value in a form (or query) based on a query that draws on
multiple tables.

You might want to revisit your underlying database structure and
combine any tables that follow standard normalization rules.

Or, you could restructure your form to incorporate subforms and / or
macros that pop up a related form.

DavidG wrote:
Form:Form(1)
View: Datasheet
Record Source: Query(1)
Table Source: Multiple tables

Problem: Entering data into any control in a New Record causes the
"Field Cannot Be Updated"
message to appear twice. (After clicking "OK" on the error message
window, the data is accepted into the control.) Clicking the "Help"
button on the error window indicates the error is 3164: possible
problem - record locked by another user. (There is no other user.)

I have 11 other forms built in the same manner, using the same tables
and relationships used by Form(1) which do not have this problem.

I'm hoping someone can point me to where I might find the problem. Any
comments would be greatly appreciated.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.