Download pictures by doing copy paste (1 Viewer)

mester

Member
Local time
Today, 07:40
Joined
Apr 2, 2020
Messages
63
Hi everyone,
I have a vba code which helps me to download pictures to my form. actually, it loads the picture's path from a folder. (see the picture).
When i scan papers like invoices, they regestred in download folder in C.
With my access data base, i create a folder "documents".
What i need is when i use the botton download in my form and go to where the invoicez are, and when i pick one, i want it to cut from that folder and paste in my folder documents and shown in my form. Thanks
 

Attachments

  • IMG_20200603_224557.jpg
    IMG_20200603_224557.jpg
    989.2 KB · Views: 82

Isaac

Lifelong Learner
Local time
Yesterday, 23:40
Joined
Mar 14, 2017
Messages
8,777
Look into either using: Name As (VBA), or (my personal preference), the Scripting.FileSystemObject.
Plenty of code references on both if you do a search.
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 23:40
Joined
Oct 29, 2018
Messages
21,467
Hi. Check out the Name As statement.

Oops, beat me by that much! :(
 

Users who are viewing this thread

Top Bottom