I have an unbound listbox that has a few items listed in it from a table. The user can use the filters in the header to narrow down what they want to see displayed within this listbox. Once they see what they want, if there is an attachment, I want them to have the ability to double-click on the line item displayed and the attachment will open. I know that storing attachments in Access is not the best thing but this is all we have right now and we do not have a server. So, this means storing files on everyone's individual computers and they don't want that either. They want the attachments in the database until we migrate to a server environment. So, I am not entirely sure how to code my double click event to open the attachment if one exists on the line row.