• Mysorian's suggestions is basically just another way of showing the picture files, which your report is already correctly doing. I'd really recommend that you some how export the list of your directory to a file (using a fully automated SSIS solution, or just a one-shot text import[/url]), import that into a database, and use some SQL to compare against your complete employee directory.

    If you want a report that is a list of names of people without pictures, don't worry about working with your current "show the pictures" report. That picture file in that directory you're reading from could be a picture, or it could be a resume file, or a mandatory employee poem, or any other file with the employee ID on it.

    Cheers,

    EJM