Results 1 to 4 of 4
  1. #1
    zaffar_mughal is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    6

    Shared drive path to save attachments

    Hello All,
    Need your help to solve the problem of saving attachments to shared drive.


    I have a order database and i receive invoices from suppliers and there are different users updating the records. I want to save the invoices in shared folder so all of the users can view/access the invoices. Thanks 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
    52,921
    So what is the issue? What 'attachments'? What is an 'invoice' - PDF, JPG, Word doc? Options are to save objects in Attachment field (not advised) or to save the path/filename in text field.
    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
    zaffar_mughal is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    6
    Actually, users are scanning the invoice and saving in JPG, i dont want to save attachments in the database because of the maximum size issue which is 2GB. Im looking for a way where any user can scan and add the attachments but attachments should be saved in separate folder not in the database.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    User scans the image, names the image, saves to folder. Then user must do data entry to save the path\filename to record. Will all images by all users go into one folder? If so, the full path does not need to be stored in record, just the actual filename.

    These images can then be dynamically displayed on form or report with an Image Control. The Image Control ControlSource property can be an expression that concatenates the static path to the filename field. Use UNC pathing, like:

    ="\\server name\folder path\" & [fieldname]

    Or use code to treat the URL as a hyperlink to open the image in viewer app. Review http://allenbrowne.com/func-GoHyperlink.html
    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. shared DB on local drive
    By mike02 in forum Access
    Replies: 1
    Last Post: 05-20-2013, 01:54 PM
  2. VBA to save attachments to shared drive via Forms
    By shannonsims in forum Programming
    Replies: 6
    Last Post: 04-04-2013, 03:00 PM
  3. Front end on shared drive, modified date?!
    By redbull in forum Access
    Replies: 3
    Last Post: 09-13-2012, 10:32 AM
  4. Problems with Access 2003\2007 and shared drive
    By swasielewski in forum Access
    Replies: 3
    Last Post: 07-10-2009, 06:32 AM
  5. Multi Users on shared drive
    By wallen in forum Access
    Replies: 0
    Last Post: 08-25-2008, 08:57 AM

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