I'm now having other issues with the statement that I was using when I add this to the statement.
Here's what I have:
{Job.Customer} <> ["PCI", "CWS"] and
({Job_Operation.Work_Center} in ["S.STATION"] and
{Job_Operation.Status} like "S") and
(({STAT.DUE DATE} <= DateAdd ("d, +40, currentdate)) or
({STAT.DUE DATE} In [Date (2016,1,1) to date (Year (DateAdd ("m", 1, CurrentDate)), Month (DateAdd ("m", 1 CurrentDate)), 11)]) and
{Job.Customer) = "NTR"))
After saving it, I update the data (which is nothing now). I look at the record selection and the sequence has changed to where line three is no longer in the parenthesis and moved to the final step in the sequence. What is causing this? BTW, it comes up with clean on the error check.