Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy Webcam image to Database

Status
Not open for further replies.

dmccarthy

Programmer
May 12, 1999
14
IE
Help ...

I have an Access 2000 database with a SQL Server 7.0 backend.
I am trying to record photos of clients from a webcam into
their details. I have an image field in SQL and I can
happily cut and past photos from taken from the webcam into
the database, However I want to be able to have a live view
of the webcam from the client details form, I want to be
able to use code to capture this live image into the image field. What type of a control do I need to use to get the
webcam inmage onto the form, and what code is need for this

Thanks

 
I would look at the "Image" control

And try this code

Me!Image14.Picture = "p:\ViewPhotos\Photos\" & Me![ID] & ".jpg" DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top