View Single Post
  #2  
Old May 12th, 2010, 08:55 PM posted to microsoft.public.access.queries
ghetto_banjo
external usenet poster
 
Posts: 325
Default Query and date selection

Add Another Field to your query, something like this:
monthdayfield: Format([ReservationDate], "mm/dd")

And then for the criteria:

="11/15" or ="03/31"




I think that will do the trick.