Hi all,
I have a path in a DTS-package that looks like:
sFilename = "d:\path\*.PMS" & Right(Year(Now()), 2)
sFilename = DTSGlobalVariables
If I use the wildcard "*" I'll get:
The filename.....is incorrect.
If I use the full filename then it works!
How can I get the wildcard to work?
/Kent J.
I have a path in a DTS-package that looks like:
sFilename = "d:\path\*.PMS" & Right(Year(Now()), 2)
sFilename = DTSGlobalVariables
If I use the wildcard "*" I'll get:
The filename.....is incorrect.
If I use the full filename then it works!
How can I get the wildcard to work?
/Kent J.