1、操作文件,参考 http://www.foxtable.com/webhelp/scr/0331.htm
2、去编写datacolchanged事件,类似代码,动态创建文件夹。
比如代码
FileSys.CreateDirectory("C:\test")
或者
FileSys.CreateDirectory("C:\test\" & Tables("表A").current("第一列"))