Results 1 to 4 of 4
  1. #1
    sonoamore is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    18

    Shared Images via Control/VBA


    Hello all!

    So I'm setting up a configuration/installer for my database, and one of the items I'd like to put on it is the ability to manage the 2 shared images (company logo, main menu banner) from controls on this configuration page. I want them here so that even a non-skilled access user will be able to setup a working copy of the database. However, I'm having trouble sorting out exactly how I can go about doing that. I don't want to link directly to the resources table if possible as that probably wouldn't be an ideal situation.

    Any suggestions/ideas are appreciated!

    Thank you!

  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
    Don't know what you mean by 'manage' the images. Exactly what do you want the user to be able to do?

    What is 'resources' table?
    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
    sonoamore is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    18
    Quote Originally Posted by June7 View Post
    Don't know what you mean by 'manage' the images. Exactly what do you want the user to be able to do?

    What is 'resources' table?
    I want them to be able to update shared images without having to go into a Form Design view to get to them.

    Resources table is one of the hidden system tables that holds all the shared images.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    An Image Control has a ControlSource property. This property can be bound to an attachment field in a table or can be a path string to an external image file. The path can be stored in a text field and the ControlSource bound to that field. The property can be set by code.

    So the 'shared' images can be in a table you build or can be in a shared folder location.
    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. Replies: 1
    Last Post: 10-08-2012, 01:15 AM
  2. Replies: 3
    Last Post: 07-24-2012, 07:35 AM
  3. Shared Database
    By rafaelbatalha in forum Access
    Replies: 3
    Last Post: 02-01-2012, 11:53 AM
  4. Shared .mde (2002)
    By allenjasonbrown@gmail.com in forum Access
    Replies: 2
    Last Post: 11-08-2011, 10:52 AM
  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