instructorTek
Instructor
- Jun 5, 2006
- 61
Hi all I need some help with this. I'm creating a form to allow a user to build their own computer. When the user chooses an item on the combo box the image changes according to the item chosen. e.g if they choose a case the specific image shows up next to it. I can't get the image to change according to the combo box choice. I have a table with the paths to the images:
This did not work. Any help will be appreciated.
Private sub combo_AfterUpdate()
me![imageObject].Picture = me![comboQuery]![imagePath]
End sub
This did not work. Any help will be appreciated.
Private sub combo_AfterUpdate()
me![imageObject].Picture = me![comboQuery]![imagePath]
End sub