I have a database that contains a field that stores the path of a jpg image. I want to display the image in a report when it’s printed and I have the following event:
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
On Error Resume Next
Me![Image].Picture = Me![Photo_Path]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.