Expr1 is the Field name. It is a calculated field in a qry based off of other fields from a table. Expr 1 is something like this:
IIF([Time1]>[Time2],DateDiff("n",[Time1],[Time2])+1440,DateDiff("n",[Time1],[Time2]))
Access automatically calls this field in the query Expr1. Expr1 is...