I had a few thoughts of my own and now it works OK
I used the following code
strMySql = "INSERT INTO tblArchiveAdHocAssocDocuments ( DocID, TaskNo, DocumentName, DocumentDescription, DocumentLocation )"
strMySql = strMySql + " SELECT tblAdHocAssocDocuments.DocID...