Is there a native function for this within Access? Or would I have to do this with a batch script somehow?
Moreover, could I rename the files in a directory based on fields in an Access table?
|
Is there a native function for this within Access? Or would I have to do this with a batch script somehow? Moreover, could I rename the files in a directory based on fields in an Access table?
| |||
|
feedback
|
|
See Dir function in VBA help to show you how to loop through a folder looking for files. Note that you must be in the VBA editor to search VBA help. See the Name statement which "Renames a disk file, directory, or folder." | |||
|
feedback
|
If you add the Microsoft Scripting Runtime as a reference you can use
You can do this with VBA. | |||||
feedback
|