View Full Version : Save & Insert script Help


klynch0803
01-27-2008, 12:14 PM
Ok I had a previous post about accessing a camera (Logitech) via access in a previous post that I was told wasnt possible. I have solved that issue :cool: TY Lord it was a success after 2 days of working on the issue. I now have another issue (must be having some brain farts this weekend or something.

This is what I need to pull off now which I know for sure is achievable and simple as well I just cant get the code out of my fingertips..

<----START---->

I have a form that is a Membership Information (fdatnewmember) and it has a Member# on the form.

I used a button (Take Picture) to open form (fimagegrabber) which pulls over the member number to text box (text9),

I then right click to access my webcam and acquire the image into the form in a ActiveXControl named (Acquiredimage).

What I want to do is when I hit a button named (Save & Close) it would save the image to "c:\Shakers Test\Member Pictures\"Member# from text 9".jpg", and insert the link above into form (fdatnewmember) field (picfile) that is still open behind the (fimagegrabber) form and close itself.

<----END---->

If someone could please help me with this code on a button I would greatly appreciatte it.

Uncle Gizmo
01-27-2008, 12:35 PM
>>> I have solved that issue<<<

Then it would be commendable of you to post your solution here.

klynch0803
01-27-2008, 01:13 PM
>>> I have solved that issue<<<

Then it would be commendable of you to post your solution here.

I will be happy to post the script here when it is complete. As I stated I figured out how to grab the webcam but I'm not working in this thread to save the image to complete the project. I don't think it would be right to post an incomplete script do you?