Can I create a query that compares Today's report with Yesterday's report, and generates a number based on how many more "new" records are on Today's report? I'm tired of having to open both, then compare. Thank you! 
Between Date() And Date()+1
Between Date() And Date()-1
(((tableRecords.RecordCreated) Between Date() And Date()+1))
=DCount("*","tableRecords","PASTETHATWHERECLAUSEHERE")
Today_Total: DCount("*","Eng_Today_All")