R
Rpettis31
I have a form that has a hyperlink box and an image box. I would like the
image posted in the hyperlink to display in the image box but I think I must
have an issue with the syntax of the code below. I am getting a runtime 2220
error That it cannot find the file with "#" "#" around the complete file name.
Private Sub Form_Current()
If IsNull(Me.txtPhotos) Then
Me.imgContainer.Picture = "G:\Receiving\Container Data\Container Pics\jami
logo.bmp"
Else
Me.imgContainer.Picture = Me.txtPhotos
End If
image posted in the hyperlink to display in the image box but I think I must
have an issue with the syntax of the code below. I am getting a runtime 2220
error That it cannot find the file with "#" "#" around the complete file name.
Private Sub Form_Current()
If IsNull(Me.txtPhotos) Then
Me.imgContainer.Picture = "G:\Receiving\Container Data\Container Pics\jami
logo.bmp"
Else
Me.imgContainer.Picture = Me.txtPhotos
End If