I would like to input a fileter string programmatically instead of forcing the user to enter the string each time. The only change to the string would be the current date:
How can I combine a string of text and at the end of the text include the current date. I would like to end up with something like:
InDate < '01/01/2003'
The date would have to change to the current system date.
Thanks in advance.
Aloha,
cg
How can I combine a string of text and at the end of the text include the current date. I would like to end up with something like:
InDate < '01/01/2003'
The date would have to change to the current system date.
Thanks in advance.
Aloha,
cg