Equation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a query, I would like to write an equation or condition, so that I can
generate a report for all item "except ___". For example, the report should
run every item that does not have "C" in the status field. Is there an
equation or condition, "no equal to"?

Sorry if this is an easy one!
Emmz
 
In a query put the following under the Status field in the criteria row:

<> "C"

Base the report on this query.
 
Back
Top