I am an amateur with Access. I have a form based on a query. I open the form in datasheet view and use the filter function to narrow my result set. I then change to form view, which is continuous. I now see a list of records (usually 5-10) of which one field of each record contains a unique path to a corresponding file in another application. I would like to code a button which would open all the corresponding file paths of the result set in the other application. I tried to use the shell function and a loop but the closest I got was to open several instances of the other application and a file. Thank you in advance.