A family of Microsoft relational database management systems designed for ease of use.
I'm confused. You do NOT need to make a table of the image files, I explained this in my first response. You have a table of students, correct? In that Student table is the student ID, correct? That Student ID corresponds to the name of the image file, correct?
If that is the case you do NOT need a separate table to store the locations of the image files. You can use the expression shown to generate the location for the individual student.
Also, you say these images are stored on your hard drive in your users folder. Unless you are the sole user of this app, then the images should be stored on a server folder.