A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

attachments



 
 
Thread Tools Display Modes
  #1  
Old August 8th, 2007, 01:32 PM posted to microsoft.public.access.tablesdbdesign
Dan @BCBS
external usenet poster
 
Posts: 195
Default attachments

I'm looking for some direction on creating attachments.
We receive letters from our members, the letters need to be scanned, then
attached to their record in the database.

I'm not sure were to start! Do I create table to hold the scanned docs?
What format should I use for the docs? etc...
  #2  
Old August 8th, 2007, 01:42 PM posted to microsoft.public.access.tablesdbdesign
scubadiver
external usenet poster
 
Posts: 1,673
Default attachments


I read some advice that you shouldn't attach documents directly to the
database because it would get too large (2GB is the maximum).

What you can do is save links to a text box by using a button to open the
windows directory and using a second button to open the file.

This is what I used:

http://www.rogersaccesslibrary.com/d...tHyperlink.mdb

It may help

--
www.ae911truth.org



"Dan @BCBS" wrote:

I'm looking for some direction on creating attachments.
We receive letters from our members, the letters need to be scanned, then
attached to their record in the database.

I'm not sure were to start! Do I create table to hold the scanned docs?
What format should I use for the docs? etc...

  #3  
Old August 8th, 2007, 05:25 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default attachments

On Wed, 8 Aug 2007 05:32:01 -0700, Dan @BCBS
wrote:

I'm looking for some direction on creating attachments.
We receive letters from our members, the letters need to be scanned, then
attached to their record in the database.

I'm not sure were to start! Do I create table to hold the scanned docs?
What format should I use for the docs? etc...


I'd strongly suggest NOT incorporating the documents themselves into the
database - it will cause the database to bloat very rapidly.

Instead use either a Text field or a Hyperlink field, containing the disk
drive, folder path, and filename of the document. You'll need some disk
storage convention, but you could then have

E:/MemberFiles/Documents/K31415.doc

stored in a field in your table, and be able to open Word (or Excel, or an
image viewer, or whatever) to view the document.

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:46 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.