J
jrfishe1
Guest
Hello,
I'm pretty new to Access, so forgive me if this question is more complex than it looks:
I have a combo box on my form where a user selects a bird species (such as "European Starling"), and I want to make a bound image control (or something like it) to display a picture of the bird they select. This is different from the example in Northwind b/c I want the picture to automatically reflect the choice the user makes. I don't want/need to store the image in my table, I just want the user to see the picture. I don't want the species field to be a hyperlink b/c I just want the species name in that column. Is there a way to create a second text field which gets a hyperlink based on species from a table, and then base an image on this second field? Or an easier solution? Do I need a 'refresh' button so that if they change the species the image refreshes or will that happen automatically with each selection? I don't know VB but I'm willing to experiment a bit is someone can steer me in the right general direction. Thanks!
-Jon
I'm pretty new to Access, so forgive me if this question is more complex than it looks:
I have a combo box on my form where a user selects a bird species (such as "European Starling"), and I want to make a bound image control (or something like it) to display a picture of the bird they select. This is different from the example in Northwind b/c I want the picture to automatically reflect the choice the user makes. I don't want/need to store the image in my table, I just want the user to see the picture. I don't want the species field to be a hyperlink b/c I just want the species name in that column. Is there a way to create a second text field which gets a hyperlink based on species from a table, and then base an image on this second field? Or an easier solution? Do I need a 'refresh' button so that if they change the species the image refreshes or will that happen automatically with each selection? I don't know VB but I'm willing to experiment a bit is someone can steer me in the right general direction. Thanks!
-Jon