brin
11-29-2001, 05:00 AM
In a querie i am trying to use a function where the user will have an option to enter two dates i.e from and to. And the results will show anything which lies bewteen the two dates.
|
View Full Version : date brin 11-29-2001, 05:00 AM In a querie i am trying to use a function where the user will have an option to enter two dates i.e from and to. And the results will show anything which lies bewteen the two dates. Graham T 11-29-2001, 05:15 AM Use the following criteria in your date field: Between [Enter Start Date] And [Enter End Date] HTH [This message has been edited by Graham T (edited 11-29-2001).] |