Results 1 to 2 of 2
  1. #1
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662

    Check whether file name exists in Folder & mark Yes or No

    Hi,



    Let us say, I have a table myTable with a single field, FileName , the values of which are unique.
    Eg:
    FileName
    a.txt
    b.txt
    c.txt
    d.txt
    e.txt
    f.txt

    I have a folder, say myFolder, which contains these files. Some of the files are missing in this folder.
    Existing Files in Folder
    a.txt
    b.txt
    f.txt

    Missing Files in Folder
    c.txt
    d.txt
    e.txt

    I want to run a query, which will give me the below results :

    FileName Existing
    a.txt Yes
    b.txt Yes
    c.txt No
    d.txt No
    e.txt No
    f.txt Yes

    Is this possible ? If yes, can I request some help.

    Thanks

  2. #2
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662

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

Similar Threads

  1. Replies: 1
    Last Post: 03-06-2012, 06:45 PM
  2. Trouble with check if Exists before Edit or Add Record
    By mrfixit1170 in forum Programming
    Replies: 4
    Last Post: 02-10-2012, 10:38 AM
  3. Check to see if record id exists in joined table
    By csoseman in forum Programming
    Replies: 1
    Last Post: 08-18-2011, 01:06 PM
  4. Can a Check-mark be displayed in a Listbox
    By caddcop in forum Forms
    Replies: 3
    Last Post: 04-26-2011, 03:27 PM
  5. How to check if a node of a tree exists
    By weekend00 in forum Programming
    Replies: 2
    Last Post: 10-27-2010, 09:34 AM

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