parkfairfax
Programmer
Hello,
I am trying to combine the following 2 statements and keep getting an error when I try to set to filter using the following. (By themselves, each statement works, but together I get no items returned in browse mode). Assume that table query1 is already open.
set filter to upper(substr(str(year(currdate),4,0),1,4)) = "2002" and upper(substr(cmonth(currdate),1,3)) = "Oct"
Can you see anything wrong with this statment?
Thank you.
I am trying to combine the following 2 statements and keep getting an error when I try to set to filter using the following. (By themselves, each statement works, but together I get no items returned in browse mode). Assume that table query1 is already open.
set filter to upper(substr(str(year(currdate),4,0),1,4)) = "2002" and upper(substr(cmonth(currdate),1,3)) = "Oct"
Can you see anything wrong with this statment?
Thank you.