A
Anthony Ching
I have a program that needs to search for files in individual folders.
However, the Application.FileSearch doesn't seem to be supported in access
2007.
Dim fs as object
Set fs = application.filesearch
I tried a different method using FileSystemObject. However, this doesn't
seem to be supported either.
Can someone help.
However, the Application.FileSearch doesn't seem to be supported in access
2007.
Dim fs as object
Set fs = application.filesearch
I tried a different method using FileSystemObject. However, this doesn't
seem to be supported either.
Can someone help.