
Originally Posted by
June7
If it's just a text field with a path string, should be able to reference it like any text field.
Again, is this a Single view form or Continuous view? The property setting will affect all instances of the control. So if form is Continuous view and multiple records are viewable, they will all reflect the property setting.
Don't allow a large blank space, use an alternate generic image if the text field is blank. Image control ControlSource can be an expression. Try:
=Nz([fieldname], "alternate image path")