Save & Insert script Help

klynch0803

Registered User.
Local time
Today, 18:04
Joined
Jan 25, 2008
Messages
102
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.
 
Save & Insert Script Help

>>> 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?
 

Users who are viewing this thread

Back
Top Bottom