I would like to display an image on a form that corresponds to an user made selection.
The jist of my program is thus:
The user is defining the specifications for a lock. One of the fields required is the style of lever that they want. I have that selection set up in a combo box populated by a query that displays the available styles for a specified manufacturer. I would like to display on my form an image of the lever style selected upon selection or even better would be to show the image when the style is in focus. That is to say, as the user points to the trim style with the mouse or by scrolling down the list, the lever style image would appear.
How do I do this?
The jist of my program is thus:
The user is defining the specifications for a lock. One of the fields required is the style of lever that they want. I have that selection set up in a combo box populated by a query that displays the available styles for a specified manufacturer. I would like to display on my form an image of the lever style selected upon selection or even better would be to show the image when the style is in focus. That is to say, as the user points to the trim style with the mouse or by scrolling down the list, the lever style image would appear.
How do I do this?