
Originally Posted by
June7
Yes, but not sure it will help.
It shows an Image control next to a subform. Presume the main form has a RecordSource that includes text field with the image name.
All expressions in ControlSource must be preceded with = sign.
=[quantity] * [price]
literal strings must be within quote marks
= "Extended price is: " & [quantity] * [price]
I seldom use the expression builder. I just type what is needed in the ControlSource property. I have provided examples of how to reference images in Image control. If you are trying to type the folder path in expression builder then it needs to be within quote marks because that is a literal string. And don't forget the = sign.
Don't know how to further clarify.