This may sound confusing at first, but is there a way to display an image in a picturebox from a file directory, based on the image's filename in a database?

For example, one of the fields in my database is labeled "image", and it has "happy.jpg" in it.
Is there a way to read "happy.jpg" from the database field, match it to the image called "happy.jpg" in my Debug folder, and display that image in my picturebox?