Scan

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to scan documents into Access? Example: we send out letters
and would want to be able to see copy of letter(s) sent. Could these be in a
table with an identifying code so we could query on what was sent to whom and
then if necessary could see the document?
Thanks!
 
There is no need because you can store the letters somewhere else and just
have the location in your access table.
e.g. you put your document in c:\Documents\January

Your table has a column called DocLoc which contains the location
"c:\Documents\January" plus whatever other information you need about the
document.

Dorian.
 
Would this be a link or just a reference?

mscertified said:
There is no need because you can store the letters somewhere else and just
have the location in your access table.
e.g. you put your document in c:\Documents\January

Your table has a column called DocLoc which contains the location
"c:\Documents\January" plus whatever other information you need about the
document.

Dorian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top