I would surround each of the entries in double quotes (Character 34).
File1,File2,File,3,File4
Would become ...
"File1","File2","File,3","File4"
Access will then treat everything inside the pair of double quotes as a single string. Change your code to something like ...
strYourFileList =...