dev2
January 22nd, 2003, 03:46 AM
Hello there
I'm actually rather new to the 'developing community' and have a limited (basic) understanding of Access database programming and VB 6.
This is what I need to achieve but I am unsure of the best possible way to do it. I'll just explain the basic I/O process :
(1) Scan documents (eg 1-5 documents)
(2) Save scanned documents under unique ID
(3) Retrieve scanned documents (thru search of ID)
Simple as that. Problem is I don't know of how to approach this. This is how I am thinking of solving the problem :
Create a simple Access DBase that prompts for input of ID and name, then prompts to scan document, then link it to the documents to the ID. For retrieval Access will search for ID inputted and find relevant linked documents.
I am unsure if Access is powerful enough to do this as I have been told that Access dbase is very limited. I thought of linking a VB program that connects to Access as well. However, I was wondering if it was REALLY necessary to do this? Isn't there an easier way to solve this problem? Any suggestions anyone?
Thanks for reading this - I would highly appreciate your help.
-Dev II-
confused:
I'm actually rather new to the 'developing community' and have a limited (basic) understanding of Access database programming and VB 6.
This is what I need to achieve but I am unsure of the best possible way to do it. I'll just explain the basic I/O process :
(1) Scan documents (eg 1-5 documents)
(2) Save scanned documents under unique ID
(3) Retrieve scanned documents (thru search of ID)
Simple as that. Problem is I don't know of how to approach this. This is how I am thinking of solving the problem :
Create a simple Access DBase that prompts for input of ID and name, then prompts to scan document, then link it to the documents to the ID. For retrieval Access will search for ID inputted and find relevant linked documents.
I am unsure if Access is powerful enough to do this as I have been told that Access dbase is very limited. I thought of linking a VB program that connects to Access as well. However, I was wondering if it was REALLY necessary to do this? Isn't there an easier way to solve this problem? Any suggestions anyone?
Thanks for reading this - I would highly appreciate your help.
-Dev II-
confused: