S 
		
								
				
				
			
		Steve Schapel
Dear Ember,
(Like[Forms]![frmSearch]![Field Name])
Where on earth did you get this from??
In the case of removing the "*" default values in your criteria controls
(good idea!), the two approaches I suggested were:
[Forms]![frmSearch]![Field Name] Or [Forms]![frmSearch]![Field Name]
Is Null
Like Nz([Forms]![frmSearch]![Field Name],"*")
				
			(Like[Forms]![frmSearch]![Field Name])
Where on earth did you get this from??
In the case of removing the "*" default values in your criteria controls
(good idea!), the two approaches I suggested were:
[Forms]![frmSearch]![Field Name] Or [Forms]![frmSearch]![Field Name]
Is Null
Like Nz([Forms]![frmSearch]![Field Name],"*")
	
.