Depending on the value in each of two fields I want to open a particular image. There will be many different text in Field1 and in Field2 to choose from, with many images to pick for an output.
Do I create a table that comes up with all the possibilities? When I click on a button the vba would get the values from Field1 and Field2 and somehow know which image to open, which I assume would be a Hyperlink.
Hopefully that doesn't sound to convoluted.
Thanks