copy file from "The path chosen by the user" to Specified folder by programmer

asipoolika

New member
Local time
Today, 01:00
Joined
Jun 2, 2015
Messages
2
copy file from "The path chosen by the user" to Specified folder by programmer

Hi Guys

Is there a way of copy and pasting a file such as a Word document, pdf, image, or Database, from "The path chosen by the user" to "Specified folder by programmer" on your hard drive using Microsoft Access.

Thanks for any help that you may offer
 
What are these?
"The path chosen by the user" to "Specified folder by programmer"
Is there a way to copy a file in VBA? Yes. Or are you asking for a way to select a file? The is a VBA command called FileCopy.
 
Re: copy file from "The path chosen by the user" to Specified folder by programmer

i am asking for a way to select a file by user.. and then automatic paste file to Specified folder by programmer.. Please put a sample code to help me .. thanks
 
Last edited:

Users who are viewing this thread

Back
Top Bottom