Type Mismatch - Just can't seem to find it!

Abbos

Registered User.
Local time
Today, 13:26
Joined
May 11, 2005
Messages
64
Morning all,

I have created a report which is generated from a form. It displays all the fields relating to that specific record apart from the single image.

I am using a linked image frame to a field which holds the path of the image. I have exactly the same on the form which works fine but when the report seems to run I always get a "type mismatch" error with this bit of code:

Me.ImageFrame.Picture = Me.Image

I have tried the things I know but still no luck. Any have any ideas?
 

Users who are viewing this thread

Back
Top Bottom