>> I tried this in a module...
>>
[quoted text clipped - 8 lines]
>
>Chr(34) & "\\MLH\Shared Docs\Leads.txt" & Chr(34)
>>> I tried this in a module...
>>>
[quoted text clipped - 15 lines]
> Notice that it thinks the table name is 26MAY08Garages" ==> with a dbl
> quote at the end.
I fail to see how what I suggested would have any bearing on how your second
argument is interpretted. I only suggested that the first argument be so
wrapped.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
MLH - 27 May 2008 15:11 GMT
>>>> I tried this in a module...
>>>>
[quoted text clipped - 19 lines]
>argument is interpretted. I only suggested that the first argument be so
>wrapped.
Big oops. My fault. Unfortunately the Chr$(34) wrappers didn't
do the trick - applying them as you suggested this time. Line
that failed: Open MyTextDiskFile For Input As #1
Oh well. I tried. Thx, Rick.