-----Original Message-----
	
		
			
				david said:
			
		
	
	
		
		
			If I want YourFilterValue to use what ever is in the
YourFieldName dependent on the record I am on what would
I use?
		
		
	 
Example on a numeric field:
Me.Filter = "[YourFieldName]=" & Me!YourFieldName
Me.FilterOn = True
Example on a text field:
Me.Filter = "[YourFieldName]='" & Me!YourFieldName & "'"
Me.FilterOn = True
--
I don't check the Email account attached
to this message.     Send instead to...
RBrandt    at       Hunter      dot      com
.