!=

[Price] != 200

Syntax

{left expression} != {right expression}

Logical function returns TRUE if left and right expressions are not equal, and FALSE otherwise.

left expression: Any numerical, date or text expression can be used

right expression: Any numerical, date or text expression can be used