
		 Sometimes you want to find records where a field's value is in some continuous range of values, such as purchases whose amounts are between 500 and 1500 dollars.  This is what the BETWEEN operator is for.  

8 is BETWEEN 5 and 15.  

The BETWEEN operator requires you to enter two separate values for the low and high ends of the range that you want to match.  When you select it, the comparison entry area will change to allow entry of two values.
	
