Results 1 to 2 of 2
  1. #1
    sharkey_lsu is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Aug 2013
    Posts
    31

    Linking Images

    I have a question about linking images to my database. I will start with a little background info. I am creating a plant database for my company that will basically provide a library of different plants and how/when/where etc we use the plants. Some things that I want to add to each record are images of the different characteristics of each plant. I also want to link them so that the images can be stored on the server and be viewed by everyone but not make the database too large (file size).

    So far the only method that I have found is to link the images as OLE objects which would be fine but I want the process to be simpler because the database is intended to be user editable so that employees can add new entries and contribute to the building of the database. The process to attach an image through the form (data type is attachment instead of OLE in my table) is very simple and perfect for employees that are not experts at Access and simply follow the pop-up dialog when they click on the blank image through the form. I do not understand why there is not a way to use that interface to attach images but link them instead of attaching them.

    If someone could please make a recommendation as to the best way to accomplish these needs, I would truly appreciate it.

    In short my needs are:

    1. link images to the database (reduce file size)
    2. have the images be visible on forms and reports (not just a link)


    3. be easily added by users with little to no Access experience.

    Thanks for any advice in advance!

  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,646
    1. store image file path\name in text field

    2. Use Image control. Set ControlSource property to image file path. The full path or just image name can be stored in text fiield. The ControlSource can be an expression that constructs the full path. So if all images are saved in same folder on the server, something like:

    ="\\servername\folderpath\" & [image name field] & ".jpg"

    3. can be a bit complicated depending on approach.
    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.

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

Similar Threads

  1. Linking to thousands of external images
    By taichi56 in forum Access
    Replies: 5
    Last Post: 06-03-2013, 11:24 PM
  2. Linking images
    By jer in forum Programming
    Replies: 1
    Last Post: 11-25-2011, 08:14 AM
  3. Linking to images
    By Mclaren in forum Forms
    Replies: 2
    Last Post: 06-07-2011, 12:08 PM
  4. Linking to Images in Access using VBA
    By Obeng in forum Access
    Replies: 1
    Last Post: 10-30-2010, 05:39 PM
  5. Replies: 17
    Last Post: 08-26-2009, 11:27 AM

Tags for this Thread

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