Добавьте следующее в формулу выбора записи вашего отчета:
//show all admission dates that have occurred more recently than 6 hours
//before the current date/time
//replace {table.field} w/ correct value
{table.field} >= DateAdd("h", -6, DataDate + DataTime)