Connect Camera to Access Database

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

Guest

I have an employee table with a photograph field. Is there a way to connect
a Logitech camera to the database/field so a picture can be automatically
inserted?
 
The answer I think is yes, provided either

a) the camera management software exposes an object model for VBA
programming or some other usable API, or

b) the camera can mimic a USB disk drive, or save the image to a disk
file somewhere your Access VBA code can find it.
 
Back
Top