Upon opening a form a value "N" (1-60) is displayed. This value corresponds to an image (Image1 - Image60) that I would like to appear on the form. I was unable to link an image using a variable. I tried another (less desirable) approach having all 60 images on the form but changing whether or not they are visible.
As far as I can tell this would require a variable in the "ImageX" here:
Forms![shapes Detail]![ImageX].Visible = True
I was unable to make that happen. This leaves me with 60 If Then statements. I'm guessing that there is a better way.
Please Help
As far as I can tell this would require a variable in the "ImageX" here:
Forms![shapes Detail]![ImageX].Visible = True
I was unable to make that happen. This leaves me with 60 If Then statements. I'm guessing that there is a better way.
Please Help