I've been asked at work to create a small/simple database application for a week using Access 2003. So I need to learn basic MS Access and VBA to accomplish the task. I've currently ran into a little ...
Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...