If someone could take pity and help me out with this before I drive myself completely nuts, then I would really appreciate it.
Here's what I'm trying to do:
I have an Access 2003 database containing a table which (amongst other things) holds the filenames of numerous jpeg images stored in an external folder. O/S is Windows XP Pro. btw.
I also have a vb.net 2008 form connected to the database. That part works fine, all the fields show up on the form, and I am able to step through all of the records with no problem.
But here's where I'm stuck. What I want to do is have a picture field on my form which will display different thumbnail jpegs which are unique to each dbase record. The information for the path is provided in part by a string containing the path to the image folder. To this I want to append each individual image name which I'll get from the relevant field on my form as each database entry appears.
But all I'm getting is a box with a red cross in it. I can get the picture box on my form to display a single image that stays the same with each record, but obviously I want the image to change depoending on the record being viewed.
Any ideas?
TIA.
Here's what I'm trying to do:
I have an Access 2003 database containing a table which (amongst other things) holds the filenames of numerous jpeg images stored in an external folder. O/S is Windows XP Pro. btw.
I also have a vb.net 2008 form connected to the database. That part works fine, all the fields show up on the form, and I am able to step through all of the records with no problem.
But here's where I'm stuck. What I want to do is have a picture field on my form which will display different thumbnail jpegs which are unique to each dbase record. The information for the path is provided in part by a string containing the path to the image folder. To this I want to append each individual image name which I'll get from the relevant field on my form as each database entry appears.
But all I'm getting is a box with a red cross in it. I can get the picture box on my form to display a single image that stays the same with each record, but obviously I want the image to change depoending on the record being viewed.
Any ideas?
TIA.
Comment