josi3006
11-05-2008, 01:42 PM
How can I prevent a query from running if the query criteria return no records? I'm running a parameter query that asks for month and date. If the user chooses a date that doesn't exist (June 31, for example), the query returns a blank record. I don't want the user to be able to create a new record in this case, so I'd rather the query not return anything when no current records exist.