Scan documents DB

syedadnan

Access Lover
Local time
Today, 21:09
Joined
Mar 27, 2013
Messages
315
Regards,

I am looking to prepare a DB to save scan documents, like property papers, identity cards, payment cheques etc but the problem i am feeling before the designing of the program that scan attachments in table will cause early full capacity of table, is it in fact ?? if i split the table then will this work ? I need some suggestion over this
 
save only the path\filename of the document to textfield.
 
save only the path\filename of the document to textfield.

Thanks for the reply

Could you please elaborate this in detail as i am not getting what you said
 
possible table structure:

ParentID...............LongInteger............Refers to the PK number on main table
DocDesc...............Text........................Description of document
DocPath................Text........................The path\filename of the document.
 
possible table structure:

ParentID...............LongInteger............Refers to the PK number on main table
DocDesc...............Text........................Description of document
DocPath................Text........................The path\filename of the document.

Will this DocPath a hyperlink to open that scan doc on click
 
Will this DocPath a hyperlink to open that scan doc on click

Pardon me for jumping in, but the answer to your question is yes. If you store a hyperlink in the text field, it will direct you to the location of those files.

A VERY efficient way to make documents accessible and a much better option then attachment fields.

Best of luck!
 

Users who are viewing this thread

Back
Top Bottom