Error 2755
Hi
I wanted to display a picture in a report.
The path is stored in a table.
I implemented a modul with the Microsoft Help.
Option Compare Database
Option Explicit
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Me!txtImageNote = DisplayImage(Me!ImageFrame, Me!txtImageName)
End Sub
When I open the report I get the error message 2755 and the it says there is an error in Displaying!
Can znyone help me out of this?
Thanks a lot!
Julie
|