T 
		
								
				
				
			
		T Kelley
I know that i can show the Year of a date field by using
DatePart("yyyy",[date_field]) also month by using DatePart("mm,[date_field]).
But how can i show both Month and Year. My table of data spans multiple years.
Example 5/1/2008 should display as 5-2008 or something like that.
				
			DatePart("yyyy",[date_field]) also month by using DatePart("mm,[date_field]).
But how can i show both Month and Year. My table of data spans multiple years.
Example 5/1/2008 should display as 5-2008 or something like that.