Results 1 to 3 of 3
  1. #1
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496

    About OLE on a report

    Wondering if I can make an unbound OLE/image that displays an image based of a path rather than embedding the image into the form.



    Also since I have the path saved on a table record wondering if I can import it from that record even if the record isn't related?

    dlookup can find the table and field but criteria is based off current record...

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I use an Image control for that. It has a ControlSource property. Bind to the field with the path and images will dyanamically display. Or use an expression to retrieve or construct the path.

    I've never had any success using an OLEObject control for dynamic display of images. Requires VBA code.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by June7 View Post
    I use an Image control for that. It has a ControlSource property. Bind to the field with the path and images will dyanamically display. Or use an expression to retrieve or construct the path.

    I've never had any success using an OLEObject control for dynamic display of images. Requires VBA code.
    Thanks

    Management decided to go without images which means I ended up not using the method but it was a question I wanted to know the answer to anyway for future use.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 03-11-2013, 05:11 PM
  2. Replies: 4
    Last Post: 12-13-2010, 05:33 PM
  3. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  4. Replies: 3
    Last Post: 05-21-2010, 03:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums