Hello all,
I am trying to place a picture into a form according to the selection made in code, this can vary according to what selection is made. For example a selection is made for a type of wall design and according to the choice made it puts the criteria into a form. The picture goes with the selection. When I try this code:
It does not like this code and creates an error. What am I doing wrong?
Hope to hear from you.
InkyRich
A fool and his money are soon parted - so you might as well send it to me!
I am trying to place a picture into a form according to the selection made in code, this can vary according to what selection is made. For example a selection is made for a type of wall design and according to the choice made it puts the criteria into a form. The picture goes with the selection. When I try this code:
Code:
Me.imgStyle1.Picture = "Brick Coping 2.jpg"
It does not like this code and creates an error. What am I doing wrong?
Hope to hear from you.
InkyRich
A fool and his money are soon parted - so you might as well send it to me!