I have an image control on a form. A different image is displayed in the control when the user moves from record to record. The images are stored in an external directory and I use the OnCurrent event to change the image control's '.Picture' property. The problem I have is that each time you move to the next record Access pops up the 'please wait... importing' status dialog. Is there a way to suppress this dialog from popping up?
Also, I have a request from a user who would like to be able to select the picture and copy it to the clipboard. I can't do this with the Image Control because it can't have the focus. Is there another way to display images in this format by using the Unbound Object Frame or something else?
Also, I have a request from a user who would like to be able to select the picture and copy it to the clipboard. I can't do this with the Image Control because it can't have the focus. Is there another way to display images in this format by using the Unbound Object Frame or something else?