Results 1 to 3 of 3
  1. #1
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682

    Full app - find/store/open files in a table of any type


    This example let's you select any file type, categorize it (ie. as Word files, Excel files, Paint Files, or create your own categories) put in a starting location folder and then have it search through that folder and all subfolders for those file types. When it finds one, it stores the file location, file name, combined folder/file name, file type, category, and creation date of the file itself that it finds into a table. (it will also search within all subfolders of the folder you selected).

    Click on the Word button to see where all the word docs it found and where they are located. Click on the Excel button to see where are all the Excel files it found and folders they are located in. Click on Paint to see all the *.bmp files it found, or click the dropdown and select the new category you created (ie. myFavoriteFiles). The table again, itself stores all this information.

    You can then see those file in listings on a form sorted by how you want it sorted (ie. by just the foldername, just filename, both, or by the file creation date). There are 2 listings, one for files with a create date prior to X (where X is any date you specify) and the other is for files with a creation/modified date after X (note though that it doesn't automatically update the modified date in the table should you open the file - you must search and re-populate the table to do this.) You can then highlight any file in either listing and open it or create a desktop shortcut to it (there's code in the app to create a desktop shortcut to a file). Or you can filter out to show just shortcut type of files it found (ie. "shortcut to MyWordDocument").

    You can do a search again, against just the folder names or just the filenames or both the folder and filename.

    Note also that this app has code in it to remove all the MSAccess menu items so you only see the popup form itself and nothing that would tell you it's an MSAccess file.

    You can hold down the shift key while opening it to get behind the scenes to see the tabsle itself and look at the folder names, file types, filenames, both, or the creation dates fields it stores the info in (ideal for exporting).

    This can be used nicely as a menu system once all the files are searched/populated into the tables.

    Lastly, it has a log table which will keep track of what user opened what file (ie. the filename they opened), and when they opened it (if the file is opened via this menu system.) It does not automatically keep track if the file is opened directly and not through this app. You can then list in the listing all the files only you or another user previously opened.

    I wrote this for the City of Madison where it was helpful and extensively used.

    *** Make sure to add this website to your intranet security in IE to be able to open any MSAccess files within a zip download.
    .
    Last edited by pkstormy; 08-27-2010 at 06:53 PM.

  2. #2
    Seldum is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    1
    Thanks for sharing this. This sample database helps me solve so many questions Epic!

  3. #3
    nileflower is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    2
    Thanks for sharing this

Please reply to this thread with any new information or opinions.

Similar Threads

  1. How do I get dlookup values to store in table
    By rpmyhero in forum Access
    Replies: 1
    Last Post: 11-25-2009, 05:57 AM
  2. ULS database sample please...
    By genesis in forum Access
    Replies: 1
    Last Post: 07-17-2009, 12:12 PM
  3. Possible to store user-defined types in table?
    By Binky in forum Programming
    Replies: 0
    Last Post: 11-20-2008, 02:28 PM
  4. Replies: 0
    Last Post: 09-25-2006, 03:42 AM
  5. Import multiple dbf files into existing table?
    By sbg2 in forum Import/Export Data
    Replies: 0
    Last Post: 06-12-2006, 02:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums