I would like to open the Windows Filedialog by Access VBA with the following filters:
-show only pdf and jpg files
-show only file names containing the ‘letter’ in the file name.
-show only files located in C:\MYDIRECTORY\MYSUBDIRECTORY
-show only files modified between 10/12/2014 and 10/17/2014
Can anybody post a sample to accomplish all of the above?
Thank in advace