I am using the following code to get results from next month, 
 
	
	
	
		
which works great to get next months results. I try to get what is left of this month by adding the code: 
 
	
	
	
		
 
This actually gives me results from July and August, eventhough it is Sept.
Basically I want the results from the remainder of this month until the end of next month.
 
Help!
 
		Code:
	
	
	Month([ptdate])=Month(Now())+1
		Code:
	
	
	Between Now() And Month([ptdate])=Month(Now())+1This actually gives me results from July and August, eventhough it is Sept.
Basically I want the results from the remainder of this month until the end of next month.
Help!
 
	 
 
		 
 
		 
 
		