Search results

  1. D

    Button to link to image

    Appreciate the help guys. It works now! Problem one was that the path to the image was not correct (I had deleted the _ on the folder name, doh!) Problem two was the code, which works now that I have replaced it with the correct ones provided. Spent all day today trying to figure it out but I...
  2. D

    Button to link to image

    Thanks for this. I must be doing something wrong, here is what I write in the code builder box Private Sub RefImageButton_Click() Application.FollowHyperlink (RefImage) End Sub Where RefImageButton is the name of the button and RefImage is the name of the field in the table which has...
  3. D

    Button to link to image

    Thanks very much for the quick reply. Unfortunately, I think I did not explain the situation properly. The images I am trying to link to are in a folder on the computer, not on the internet or accessible with http:/ The path to the images (each record has a different image path) is within a...
  4. D

    Button to link to image

    Dear All, I'd like to put a button in a form that when clicked opens an image on the computer, the location of which is already specified in a field called RefImage. When I change the hyperlink property I can only have the button open a folder or internet address rather than a unique image...
Back
Top Bottom