Hey People
Thanks a lot I'm overwhelmed by your response.
The scenario is like this.
The webcam has captured the image and has stored the image to a file on the harddisk.
Now I assign the image control the picture using the following piece of code:
Me.Image1.Picture = filepath
Now I want to...
Okay like I know this method works.
I myself would do it. But the person for whom I'm designing this stuff is a naive user. So if the file paths change then I'm not sure he can work around that problem : (
That's why I asked for this particular solution...
Can you please help me out !!!
Can you help me out with the following problem:
I have an MS Access 2003 DB and an MS Access form as its front end.
I have managed to write code to capture image from a webcam to an image control in the access form.
Now can you tell me how can I store this image from the image control to the...