I’d like to process a series of text files that I can see on the network, but which are in workgroups that are not inside the domain that I am running my Access program from. I have the user names and passwords for these workgroups. How do I read these files into my Access application? I was hoping to find some arguements I could add to a FileSystemObject.OpenTextFile call, but I can’t see any. Is there another FSO command that I can use, or something completely different? I vaguely remember that I am supposed to be able to use ADO to open a recordset on a text file. Would that allow me to include the user names and passwords?
TIA