I've posted this in another forum without much response so I'll try my luck in here as well. See:
thread183-465573
I know that there are many other similar threads on this subject but none of them seem to answer the problem.
I've got linked tables from SQL2K into my Access2K front-end. It seems to read the data OK, as I can scroll through the records, but I'm getting the afore-mentioned error message on the following command:
MyRs.Update
This only happens when I use this command with the:
MyRs.AddNew
method. It works perfectly fine when I use it in conjunction with
MyRs.Edit
method. I've tried linking the tables with a System, User and File DSN to no avail. I've also looked at the following link:
which again doesnt actually tell you how to fix it. Can anyone shed any light on this matter....?
thread183-465573
I know that there are many other similar threads on this subject but none of them seem to answer the problem.
I've got linked tables from SQL2K into my Access2K front-end. It seems to read the data OK, as I can scroll through the records, but I'm getting the afore-mentioned error message on the following command:
MyRs.Update
This only happens when I use this command with the:
MyRs.AddNew
method. It works perfectly fine when I use it in conjunction with
MyRs.Edit
method. I've tried linking the tables with a System, User and File DSN to no avail. I've also looked at the following link:
which again doesnt actually tell you how to fix it. Can anyone shed any light on this matter....?