On Friday 10 September 2004 13:37, Berend Veldkamp wrote: > I thought of that, but it would not catch "012" or "990". I want only > those records that don't start with exactly 3 zeroes. I have not tried it, but if it's anything like regex in perl I would write something like expression /^(?!000)/