image capture

T

Terry

Hello,
I have built a warehouse/inventory application in Access
2k used to manage my warehouse/shipping operation.
All of the VBA, forms, etc have been fairly straight
forward to this point, but now I would like to do
something a little more fancy and need some
advise/direction.

I would like to build a form that I can use to capture
images from a USB 'web cam' attached to the computer. The
idea would be to capture an image of each RMA box that is
returned to our facility. I know from reading this
newsgroup for a couple of years that storing images in an
external file and not the database is preferred, and that
method is fine. Therefore, I'm thinking the image would be
captured, saved to a file, and a hyperlink stored in my
database.
The advise/direction I'm looking for are the type of
controls needed on my form to handle the image capture.

Thanks.

Terry
 
G

Guest

Terry said:
Hello,
I have built a warehouse/inventory application in Access
2k used to manage my warehouse/shipping operation.
All of the VBA, forms, etc have been fairly straight
forward to this point, but now I would like to do
something a little more fancy and need some
advise/direction.

I would like to build a form that I can use to capture
images from a USB 'web cam' attached to the computer. The
idea would be to capture an image of each RMA box that is
returned to our facility. I know from reading this
newsgroup for a couple of years that storing images in an
external file and not the database is preferred, and that
method is fine. Therefore, I'm thinking the image would be
captured, saved to a file, and a hyperlink stored in my
database.
The advise/direction I'm looking for are the type of
controls needed on my form to handle the image capture.

Thanks.

Terry

try videocap activex control
http://www.viscomsoft.com/products/videocap/
 

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