The programmer before me apparently put in some code, didn't document it and I have no idea why. The specific part I don't understand is why someone would hard code a date in for 2006? How would someone suggest changing from hard coded to system date or something like that? Thanks!
\Code snippet:
intLen = Len(Dir$("T:\" & strPathPrefix & "\2006\" & Format(DATE, "MMDD") & "\" & "PAYMENTS\" & varFileName & " "))
/code
\Code snippet:
intLen = Len(Dir$("T:\" & strPathPrefix & "\2006\" & Format(DATE, "MMDD") & "\" & "PAYMENTS\" & varFileName & " "))
/code