N
Nigel
I have a system that imports an Excel sheet and either appends records to a
table or updates data in a table. These two processes use in-code SQL for an
append or update query. The system has been working fine for several years
Recently a couple of users (on unrelated networks) have received error 3113
[Field not updatable] when running the stage that uses the update query (the
append works fine).
The only way I can simulate the error is by making the MDB that holds the
target table read-only before running the update process. This generates the
same error but the append process fails too which does not happen for the
users.
The only common feature between the two users appears to be that both have
had 'computer support' staff rebuild their PCs and re-install
Windows/Office. In addition, both append and update processes do appear to
work on another PC suggesting that something specific to the user's PC or
rights has changed.
Any ideas what might be happening ? I suspect network rights or MS-Access
time-out / refresh settings but still can't resolve problem. Is the error a
red herring?
Nigel
table or updates data in a table. These two processes use in-code SQL for an
append or update query. The system has been working fine for several years
Recently a couple of users (on unrelated networks) have received error 3113
[Field not updatable] when running the stage that uses the update query (the
append works fine).
The only way I can simulate the error is by making the MDB that holds the
target table read-only before running the update process. This generates the
same error but the append process fails too which does not happen for the
users.
The only common feature between the two users appears to be that both have
had 'computer support' staff rebuild their PCs and re-install
Windows/Office. In addition, both append and update processes do appear to
work on another PC suggesting that something specific to the user's PC or
rights has changed.
Any ideas what might be happening ? I suspect network rights or MS-Access
time-out / refresh settings but still can't resolve problem. Is the error a
red herring?
Nigel