I’ve just had a browse through the forum for posts about the use of an image control (instead of an OLE object) to display pictures.
I’m using the line below attached to both the On_Current event for a form and the On_Format event for the detail of a report:
Me![MyImage].Picture = Me![Image Path]
where ‘MyImage’ is the image control and ‘ImagePath’ is a textbox where the path is stored
When I use the record navigation buttons to move between records on the form the mouse pointer seems to be attracted to the image control – i.e it is dragged away from the ‘next record’ button.
Additionally, when the report is opened the screen appears to flicker as a number of dialogs appear and then disappear. I think this is each image loading but its all a bit quick.
Is there any way I can get around both these issues?