Scan documents DB (1 Viewer)

syedadnan

Access Lover
Local time
Today, 17:33
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
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 21:33
Joined
May 7, 2009
Messages
19,247
save only the path\filename of the document to textfield.
 

syedadnan

Access Lover
Local time
Today, 17:33
Joined
Mar 27, 2013
Messages
315
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
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 21:33
Joined
May 7, 2009
Messages
19,247
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.
 

syedadnan

Access Lover
Local time
Today, 17:33
Joined
Mar 27, 2013
Messages
315
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
 

NauticalGent

Ignore List Poster Boy
Local time
Today, 09:33
Joined
Apr 27, 2015
Messages
6,363
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

Top Bottom