Hello,
The code below copies files, and then deletes the original which effectively does what you require. You just need to pull in the information from your table, probably by setting it as a recordset and then pass the names over as variables.
Dim strFileOldName, strFileNewName As String...