I'm trying to open a form with a date field from a command button. I'd like the form to open and display records where the date is less than Today()
	
	
	
		
When I click the button the form opens showing no records even though I deliberately change a record's date to yesterday.
Thanks,
James
 
		Code:
	
	
	DoCmd.OpenForm "frmReminders" , , , "ReminderDate" < Date
	Thanks,
James