I have a table that is created by reading a list of file names from a folder, with these fields:
FileID (an autonumber created when the table was created)
FName - the name of the file (.jpg images)
FPath - the path to the file (not including the name)
DateCreated - the creation date of the...