I have a report that shows Customer Complaints. The main report shows the date the complaint was submited and the status of the complaint(In Process, Complete, etc...) The subreport shows all the actions that were taken regarding the complaint, along with the date of the action. I would like to create another report that shows Customer Complaints that were completed yesterday. What I need is a formula that says "If the status = Completed AND the last action date = yesterdays date then include this record (and the subreport)on the new report. How do I go about doing this? Keep in mind that I don't have a "last action date" field...I only have "Action date" in the subreport. I am using CR 10 connected to a SQL server. Thanks