I've searched this forum with no success. What I am trying to do is locate a string of text in one file, in one folder of one drive on my network. The string is always unique. For Instance, I want to find the string "123456789123456" that is contained in any of the many .csv files in the folder Y:\myfiles. I want to have it report back the file name it was found in, ex:12345.csv. Can this be accomplished easily enough from within my form?