Ray Stantz
Registered User.
- Local time
- Today, 10:44
- Joined
- Nov 16, 2006
- Messages
- 63
Good day all!
Question, does anyone know of VBA code that i can put on a report that will allow me to display pictures from a web server?
I am using this code and a Web Browser Control to have the pic display on a form but it does not work for a report.
Any assistance is greatly appreciated.
Thanks!
Ray
Question, does anyone know of VBA code that i can put on a report that will allow me to display pictures from a web server?
I am using this code and a Web Browser Control to have the pic display on a form but it does not work for a report.
Code:
If Len(Me![ImagePhoto]) <> 0 Then
Me.mieBrowser.Navigate Me.ImagePhoto
End If
Any assistance is greatly appreciated.
Thanks!
Ray