I have a table of aquarium tank contents. When an animal is put in the tank the date and genus species is entered. When animals are removed the date and genus species is entered as another record. I'm trying to create a query that shows what animals are in the tank on a specific date. I've created a parameter for the query that prompts for the date. However, I've tried all sorts of criteria for the date field using that parameter and either end up with all the records in the table or only the ones that match the parameter date. What syntax should I use for the criteria to make this work?