You are right. The issue is with the links being bad and not allowing the tables to be updatable.
The tables are updatable and believe it or not, what I said above is what I am seeing:
>Currently, I have to delete the bad links and add the links as new ones.
This fixes the problem.
I believe it's a bug in Microsoft. I've never seen it before. I never had this problem with these same tables and these same links when I was using Access 2000 and Access 2000 back-end (instead of Access 2007 and SQL Server). All I would do is use the Link Table Manager to re-link whenever I went from the development back-end to the production back-end and it always worked.
Main Topics
Browse All Topics





by: boag2000Posted on 2009-10-27 at 22:42:42ID: 25680195
<"some of the links doen't work correctly. They come up as not updatable so I can't change or add any records. Currently, I have to delete the bad links and add the links as new ones. Anyone know of a fix for this. ">
If this is the case then the issue here is with the links, not the table.
Generally, the ODBC driver will determine if a linked table is upgradeable or not.
If it is not updatable through the driver, then recreating the link will not magically make it updatable.
Normal linked SQL Server Tables are generally updatable.
Views/Queries, may not be though.
But again, I do not know how recreating a link would suddenly make an un-updatable table, updatable.
So you may need to clarify precisely how this phenomenon occurs from start (Original Link) to finish.
Thanks
JeffCoachman