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.