How do I link an image in my report as it is formatted.
I know that the link on my machine works but when I put it onto another machine the image is not in the same address.
I have the following code to use but I'm not sure how to.
Steady ...![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
I know that the link on my machine works but when I put it onto another machine the image is not in the same address.
I have the following code to use but I'm not sure how to.
Code:
Dim db As Database
Dim DbDirectory, DbImage As String
Set db = CurrentDb()
DbDirectory = (Mid(db.Name, 1, Len(db.Name) - Len(Dir(db.Name))))
DbImage = DbDirectory & "\image.jpg"
Steady ...
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)