I have a report that gets todays date appended to its name every time it is run. I call this report name in a section of code so I need to adjust the reports name everytime I call it.
Is it possible to define stDocName using a wildcard so it will take into account the change of report name each time, something like this:
stDocName = "ReportName*"
giving that "ReportName 25/08/2008" would be an example of the name.
Is it possible to define stDocName using a wildcard so it will take into account the change of report name each time, something like this:
stDocName = "ReportName*"
giving that "ReportName 25/08/2008" would be an example of the name.