Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Updatable
Message
From
24/10/2001 11:46:47
 
 
To
24/10/2001 10:14:08
General information
Forum:
Microsoft Office
Category:
Access
Title:
Miscellaneous
Thread ID:
00572594
Message ID:
00572661
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
>ACCESS 97
>
>I am trying to update 2 fields in a table. Both of the fields are numerics. The first of these fields updates but the second field (CYCLE) gives me a field not updatable error. The form is based on a query linking 2 tables on the trknum field.
>
>
DoCmd.RunSQL ("update prototype set trknum = " & mtxt0 & ", cycle = " & mtxt1 & ";")
>
>I'm not sure what settings to check and or change to correct this and make the field updatable. Any ideas?

Many possible reasons, can you post the SQL from the query?

For example: using DISTINCT, wrong side of one to many relation, using aggregate functions, no primary key for the table to be updated, etc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform