Rename files in a folder programmatically?

  • Thread starter Thread starter Guest
  • Start date Start date
It's better to post your question in the body of your message, and use
the subject for a brief summary.

In Access VBA, you can use the Dir() function to return the names of the
files in a particular folder, and the Name statement to rename a file.
You'll find the syntax for these in the VB Editor's help file.
 
Back
Top