I am new, do not understandI am attaching a module using Microsoft Windows Image Acquisition Library v2.0 to do the scanning.
The commented out enum(s) can be removed.
modUtility.Logger in LogError can be replace with your logger or debug.pring
pai1_Msg_Box can be replaced with the standard msgBox function.
Maybe, as a starting point, describe where you are stuck. Otherwise we have to g
examples???????????????/Maybe, as a starting point, describe where you are stuck. Otherwise we have to guess what you might find useful.
uess what you might find useful.i need examples
Maybe, as a starting point, describe where you are stuck. Otherwise we have to guess what you might find useful.
examples???????????????????????????/Maybe, as a starting point, describe where you are stuck. Otherwise we have to guess what you might find useful.
What don't you understand? I uploaded a VBA module as a text file. Do you not know VBA? Do you not know how to import the file?I am new, do not understand
i use access vba 2007What don't you understand? I uploaded a VBA module as a text file. Do you not know VBA? Do you not know how to import the file?
examples??????From your question and comments, it seems you are a novice at Access. Let me ask a more important question. Are you aware of the size limits in an Access database? Because loading scanned documents can rapidly blow past the size limits on Access back-end or stand-alone files.
Questions you should be asking at the preliminary phase include "What is the size of each file I am loading?" "How many files am I planning to load?" "What will I do with those files once I have them?" "Will I have to remove, replace, or otherwise interact with the loaded content at a detailed level?" "Will I need to read the files other than as images - i.e. text mods?"
Imported scanned files that are actually stored in the DB do not shrink in size. There are two approaches to loading scanned files. One is to walk into it knowing you will have limited numbers of files. The other is to move the files to a safe place on your target disk but only keep the file specification (device, path, name, type) in the DB and just reference it when you need it.
Hi. Welcome to AWF?examples??????
Take a look at this one.an accesss database example
• Make sure the scanner is plugged in.Hi.
How do I scan documents to my access 2007 database?
Can you give me examples???
Thanks