Originally posted by ShempI am attempting to supress in formula editor those date that are behind schedule, below is a sample of the code I am using that is not working. I besically want return of records if the date field in question is older than the current date. Thanks in advance for any responese,
jmoClosed = 0 and jmoProductionComplete = 0 and ({JobOperations.jmoDueDate} > CurrentDate)
Well, I'm sure you realize that when using the AND in a statement, all conditions must be true for the formula to suppress the record. Are you certain that the jmoClosed and JmoProductionComplete are going to be zero when the due date is greater than the current date? And are jmoClosed and jmoProductionComplete fields or formulas?
David