using an image based on values in previous form
listbox1 value is A
listbox2 has the value B
listbox3 has the value C
wen i click ont eh next button on form1 it takes me to form2. on this form i have an image box. i want to be able to bring up an image if the listbox values are as above. if the listbox values are
listbox1 value is 1
listbox2 has the value 2
listbox3 has the value 3
it should display another image. how can i go about doing this? the values for each listbox are each stored in a variable

