This is going to be hard to follow but here I go:

Here's my problem. I am pulling a list of last names from a database called members.mdb and populating a listbox called list1 with the names. What I am trying is set it up so that when you click on a last name in the list box it shows the picture of that person in an image box called Image1.
And the picture goes with the path that has been set for it in the database.

NOTE: It get's the path to the picture from the same database table in a field called PicturePath.

PLEASE HELP!!!!!!