Export file list?

  • Thread starter Thread starter Bradley C. Hammerstrom
  • Start date Start date
B

Bradley C. Hammerstrom

A2K

Looking for a way to copy a list of image files (jpgs) displayed in a
datatsheet (that are stored in a table as txtPathAndFileName) to a single
folder, selected by the user.

Brad H.
 
I actually have that code in my mdb to allow the user to pick an image on
another form.

And I can see how to make it either SaveAs or OpenFile. . .

But I'm confused about how to do this with each of the files in the list
(which was the result of a query). I don't want to have the option to
confirm the SaveAs filename-- just copy all to another folder.

Do I loop through the RecordsetCopy?

Brad
 
Back
Top