Sara wrote:
Quote:
I found code to maintain a persistent connection to my tables on a
server (http://www.fmsinc.com/microsoftaccess/performance/
linkeddatabase.html). This is supposed to keep things fast, and it
seems to work. However, now Allen Browne's ConcatRelated function
gives me an Error 3078. When I comment out the openalldatabases true
arguement, it works fine. Any suggestions? |
What is the description of Error 3078? And which line in Allen's function
throws the error? You will likely have to step through the code with the
debugger to find out. Open the module containing his code and set a
breakpoint on the first executable line in his function, and then run it.