Recent content by MadMads

  1. M

    Is it possible to connect parts of image to cell values? Bind a picture to cells/tabl

    But where should I put it? I am almost there - I got a Runtime error 2220 "Microsoft cannot open the file" and the name. But I was able to put it into a frame from start? Best Mads
  2. M

    Is it possible to connect parts of image to cell values? Bind a picture to cells/tabl

    My mistake - I have just pasted the code I found on the interenet. I have changed the paths - but not in the functions. I am also not sure about where to put the codes - and if "Form_initalize" is a proper syntax? Best Mads
  3. M

    Is it possible to connect parts of image to cell values? Bind a picture to cells/tabl

    But isnt this syntax for Excel? Works there - but not in Access? The path is not correct, as it is in my downloads - or do I need to add the path? I also get index errors? Would be so Grateful for someone who could help me "tranlsate" this syntax to Access VBA. :confused:
  4. M

    Is it possible to connect parts of image to cell values? Bind a picture to cells/tabl

    Thanx. I am quite New to this - could you help me a bit on the coding? I found this for Excel, but does not seem to work for Access? Private Sub UserForm_Initialize() Application.ScreenUpdating = False Dim fA() Dim i%, n% Dim dName$ ChDrive "c" ChDir "C:\Photographs\Zelda" dName = Dir("*.jpg")...
  5. M

    Is it possible to connect parts of image to cell values? Bind a picture to cells/tabl

    Hi. Thanx for letting me into this forum. I have neck prolapse and want to make a "pain diary". I would love to have the ability to have an image of a silhouette body. Then - I can pick different Places on the body by the mouse - and by that - adding values to a table cell. Say, for instance; I...
  6. M

    Thank you for letting me into this forum

    Thank you - I am from Norway, 47 years old. I am working With tv, but find Programming in Access quite cool. I am not too skilled, but find it fun. Will say my skill Level is Intermediate -. Hope to speak to you and Exchange useful information. Have a Nice day.
Back
Top Bottom