D dbernier22 New member Local time Today, 15:45 Joined Dec 10, 2006 Messages 1 Dec 10, 2006 #1 I need criteria for a query date parameter: if I press enter in the empty box I get all dates. Please help
I need criteria for a query date parameter: if I press enter in the empty box I get all dates. Please help
E EMP Registered User. Local time Today, 20:45 Joined May 10, 2003 Messages 574 Dec 11, 2006 #2 Put the criteria in a new column in the query grid like this (using the correct date field name):- ---------------------------------------- Field: [DateFieldName]=[Enter a date] Or [Enter a date] Is Null Show: uncheck Criteria: True ---------------------------------------- See Jon K's Basic Criteria Format in the Sample Databases forum:- http://www.access-programmers.co.uk/forums/showthread.php?t=103312 ^
Put the criteria in a new column in the query grid like this (using the correct date field name):- ---------------------------------------- Field: [DateFieldName]=[Enter a date] Or [Enter a date] Is Null Show: uncheck Criteria: True ---------------------------------------- See Jon K's Basic Criteria Format in the Sample Databases forum:- http://www.access-programmers.co.uk/forums/showthread.php?t=103312 ^