Yes, the link showed up in Google probably because the error occured when they indexed the site it happened. The page opened ok for me too, I just included it to show another Snitz that has had Kerry's problem.
Are you using a DSN? If so, there are some configuration settings available to you that may help. If you go to the ODBC manager and configure your connection, somewhere under an advanced button there are a number of Access driver parameters you can change. A couple that may be applicable are maxbuffersize and threads. I often increase maxbuffersize to 16K and threads to 10.
I think you can set these in the connection string, just guessing if you insert ...;threads=10;maxbuffersize=16284;... but don't hold me to the syntax.
Here is a link to one possibly applicable KB article.