Penny Gusner is a senior insurance writer and analyst at Forbes Advisor. For more than 20 years, she has been helping consumers learn how insurance laws, data, trends, and coverages affect them. Penny ...
Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...
Well, if you happen to be using Sql Server you can do that sort of thing in T-Sql. In Oracle, you can also accomplish the same thing using pl/sql. Either way i'd do it in a stored ...