R
Rob Parker
The Like expression is normally used for setting criteria for text fields,
usually in combination with (a) wildcard character(s).
To exclude any of the (integer) values 6, 9, 10, or 11, you can simply set a
criterion of:
Not In (6, 9, 10, 11)
HTH
Rob
usually in combination with (a) wildcard character(s).
To exclude any of the (integer) values 6, 9, 10, or 11, you can simply set a
criterion of:
Not In (6, 9, 10, 11)
HTH
Rob