Results 1 to 3 of 3
  1. #1
    Pawtang's Avatar
    Pawtang is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Mar 2021
    Posts
    91

    Attachment Issues

    Hi all,



    I'm wondering what's considered best practice for including attachments in a database. I'd assume attaching files using the built-in attachment option would bog down the database, since it would create a copy and store it in the DB. Is this correct? I've heard whispers of some better way, some way that involves linking a record to a location on a network drive such that Access can directly open a file without storing that file in its database.

  2. #2
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,165
    Just have a field to store the file's path and filename.

    You can usually use followhyperlink to open the file. If necessary you can open the file using a call to the shell.

    Fyi here's an example of how to use the File Dialog box to let the user pick a file and return the path as a string: https://www.automateexcel.com/vba/open-file-dialog/

  3. #3
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,753
    The attached is one way of doing this
    Attached Files Attached Files
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

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

Similar Threads

  1. Replies: 2
    Last Post: 06-28-2020, 07:57 AM
  2. Replies: 3
    Last Post: 10-13-2014, 05:48 PM
  3. Replies: 1
    Last Post: 09-04-2014, 11:10 AM
  4. Replies: 13
    Last Post: 12-05-2013, 06:04 PM
  5. Replies: 16
    Last Post: 04-30-2012, 07:12 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