IsEmptyIsEmpty(OrderNum) returns 1 if the OrderNum field is empty.If(IsEmpty(LastName);“Invalid record”;““) displays Invalid Record if the LastName field is blank, but displays nothing if there is an entry in LastName.IsEmpty(Payments::DatePaid) returns 1 if, for example, the Payments table has been moved or renamed.IsEmpty(“text”) returns 0.