I have a database of names, and want to display the employee's picture next the name.
The pictures are in a folder called "images" and files are like james.jpg, betty.jpg, randall.jpg, sally.jpg, etc..
My table has basically two fields, "name" and "picture".
The picture field is basically a text field with the path to the picture, like "\images\sally.jpg".
How can I make the picture show up by the persons name when displaying a bunch of records?
The pictures are in a folder called "images" and files are like james.jpg, betty.jpg, randall.jpg, sally.jpg, etc..
My table has basically two fields, "name" and "picture".
The picture field is basically a text field with the path to the picture, like "\images\sally.jpg".
How can I make the picture show up by the persons name when displaying a bunch of records?