I'd recommend putting a Profiler trace on the calls so you can debug
the conversation Access is having with SQL Server. See
http://msdn.microsoft.com/en-us/library/ms979207.aspx for a how-to and
http://msdn.microsoft.com/en-us/library/ms181091.aspx for the
documentation in SQL BOL.
--Mary
On Fri, 2 Oct 2009 08:37:02 -0700, Walt Herman
<(E-Mail Removed)> wrote:
>Hello all and thanks in advance for looking at my problem. I have an access
>application which grabs a text file, does some modifications to the data and
>then is supposed to append the "new" data int a SQL db table which exists in
>the Access database as a linked table. The first time I run it all is good,
>the data appends into the table successfully. It then appears that the link
>becomes "stale" because I have to use Linked table manager to update the
>link. My problem is that I do not want to have to teach the end users how to
>do this. I want the link to remain valid regardless of the number of times I
>run the macro. Any suggestions? Thx again!
>
>Walt