Hi Anthony,
I have a feeling this isn't possible and that Access requires exclusive
access to the text file it links to. One work-round would be to make a
temporary copy of the file and link to that. I don't know whether the
VBA FileCopy statement is capable of copying an open file; if not, you
can use Shell() to call XCOPY.
>I need to link a table to a text file that is always open as a service log
>file. This is for read-only reporting, and I don't care if the file changes
[quoted text clipped - 5 lines]
>Tony Scandora
>Tony at AES Systems Corp dot com
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Ken Snell (MVP) - 31 Aug 2006 14:02 GMT
> Hi Anthony,
>
> I have a feeling this isn't possible and that Access requires exclusive
> access to the text file it links to. One work-round would be to make a
> temporary copy of the file and link to that. I don't know whether the
> VBA FileCopy statement is capable of copying an open file;
No, the file must be closed for FileCopy to work on it.

Signature
Ken Snell
<MS ACCESS MVP>