Good day all! In the DB I'm building, I have a field in a form bound to a table where I want users to be able to attach a picture; however I can't use an attachment because the user who submits the form may delete or move the picture. So I thought about using an OLE object that saves the bitmap of the picture to the database but I don't want the ole object visible. I just want a button that allows them to attach the file. Ideally, I want to be able to copy that picture from their location to a location of my choosing but I heard that is very complicated. Any ideas on the code to write for the button?