Recent content by Jai_c6

  1. J

    doCmd.transfertext hangs for minutes when accessing file on network drive

    How would that work with acLinkDelim? The code uses that to link to the file. I’m guessing this causes it to constantly read the file for updates? If so would I need to keep copying the file to the local drive?
  2. J

    doCmd.transfertext hangs for minutes when accessing file on network drive

    I have some VB code that calls doCmd.transfertext to populate a table and when the text file is on the local C drive it’s instant but if I move the file to a network drive mounted by windows it hangs for a minute. This text file is only small and the behaviour is weird as hell. If I start...
Top Bottom