Hi Susan
What I would do is to create a formula called "Cutoff Date" like this:
QUERYDATE("Enter the Cutoff Date")
which will prompt for a date whenever you refresh the report, and then use this formula in the filter:
{Last Rcpt Date} < {Cutoff Date}
Steve