Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for the help, I figured out that it was referencing the Source file not the destination file, Once I made the change everything worked. Thanks again for everyones...
January 29, 2003 at 3:20 pm
#447538
I have a vb script attached here -
Dim oConn, sFilename
' Filename format - exyymmdd.log
sFilename = "AOR-CASE-IOWA" & Right(Year(Now()), 2)
If Month(Now()) < 10 Then sFilename = sFilename & "0" & _
...
January 29, 2003 at 8:38 am
#447479