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