Hi, I have some code that works, but I need to tweak it to create a folder that uses the data in a field as the folder name. Here is the code that works, (Note, ignore the MsgBox entries I've used for testing):
Dim fs, cf, strFolder
Dim DestPath As String
Dim SrcFile As String...