Photos from a scanner

M

Mike Busch

Is there anyway to scan a photo and have it go directly
into the photo field as a new entry on a form in access.
Thanks in advance
 
A

Adrian Jansen

Only if your scanner software can be automated to run as an OLE provider
under Access. Some TWAIN compliant scanners will do this, but I have never
done it.

You can however save your scans for this application always to one folder,
then use relatively simple code in Access to read that folder, and add any
new file names to a table. You can put this code in the Load event for the
form, then the read for new files happens automatically. Then your form can
pick up the entries from there.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 

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

Top