Subject: Scanning documents and inserting them into Access
Posted By: DebT37 Post Date: 12/28/2006 1:12:44 PM
Hello,

Could someone please help me?  I am building an intranet website for my job in HR.  The only thing is that they would like to scan the documents they receive from the employees and have the ability to view them when they pull the info on the employee in question.  It was suggested that the scanned documents be put into the Access database they are using.  So I am trying to figure out the best way to accomplish this without inflating the database too much size wise.  I'm going to use Visual Studio 2003 for creating the web pages.  Any ideas, thoughts, comments are greatly appreciated!  Thank you!

Debbie Taylor
Reply By: mmcdonal Reply Date: 12/28/2006 2:26:31 PM
If you are using a web site, link the documents and store them on the web server or somewhere the web server can see them. Do not store them in Access.

Alternatively, you could move to SharePoint and attach the documents to list entries instead of using records.

Did that help?

mmcdonal
Reply By: DebT37 Reply Date: 12/28/2006 7:14:25 PM
Thank you!  It does help.  For the alternative, how would you do the SharePoint thing?  SharePoint is something I know nothing about, but I do know that CPS uses it.

Debbie Taylor
Reply By: mmcdonal Reply Date: 1/3/2007 8:32:03 AM
SharePoint is a collaboration environment, but you can use it to store documents. It uses two databases, a configuration database and a content database. You can create a Document Library to keep your records in by Name. You could also create a Document Library for each depertment or each employee (that would get too cumbersome).

It is easy to install and configure, and then creating web sites is all point and click. There is no coding for the most part (unless you really want to get into it.) You can't o relational datbases, however, just flat tables for the most part. But a list of employees with document locations would work if there was more than one doc per employee.



mmcdonal

Go to topic 54297

Return to index page 76
Return to index page 75
Return to index page 74
Return to index page 73
Return to index page 72
Return to index page 71
Return to index page 70
Return to index page 69
Return to index page 68
Return to index page 67