Question : Command Button in MS Access form to move files from several folders to another folder

I need to create a method in Access to move files for Outlook attachments.  The user would click a command button in Access to move files from the account number files in 4 network locations into an attachment folder based on the account number.  The only way I can figure out to start this is to create an MS DOS batch file from a merge form.  The merge would use the bound account number from the form and merge into the batch file.  Then the batch file would run.  

My question is:  Is their a less circuitous way of doing this using Visual Basic code?  I am not a VB programmer.

Answer : Command Button in MS Access form to move files from several folders to another folder

This article explains how to do something similar with vbscript:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct07/hey1024.mspx
Random Solutions  
 
programming4us programming4us