How can I define a variable pointing at my fiel in my database instead usind direct path to my image in the disk?
Private Sub Report_Open(Cancel As Integer)
Me.Image28.Picture = "F:\fotos\1006094305.gif"
****E.G.*****
'Me.Image28.Picture = "F:\fotos\" & FieldName & ".jpg"
End Sub