I'm using CR2008 with an Oracle db as my data source. One of the requirements for the reports I'm developing is to display a text message saying "No Records Found" when a query returns no records. I need a formula that will print the text if no records are found, but suppress if any records are returned. I tried using a count, but it didn't work because no count is created if no records are found. Can anyone give me a formula for this??