Use criteria of
NOT LIKE "???????"
IF you have specific leading characters then
NOT LIKE "AXY????"
Warning this will exclude records where the field's value is null. So
you might want the criteria to be
NOT LIKE "AXY????" Or IS Null
'====================================================
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
'====================================================