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?
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?