UHHmmm Jeff,  shouldn't that be
Create a calculated field in the query and then input the criteria
Field: HowLong: Len([YourTable].[YourField])
Criteria: > 249
Or am I misinterpreting something here.
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
.
	
		
			
				Jeff Boyce said:
			
		
	
	
		
		
			Len([YourFieldName])=>250
This goes in the Selection Criterion "cell" under the [YourFieldName]
field.
Regards
Jeff Boyce
Microsoft Office/Access MVP
	
		
			
				Billy B said:
			
		
	
	
		
		
			I wonder if it is possible to create a query that returns only those rows
in
a table where the number of characters is => 250 in the LastName field.
If
so, can I have the code?
Thank youl