Looks like Terry and I saw your post at about the same time.
Two points bear mentioning here:
1. Terry's query includes quotes around the date strings, which WILL be necessary if you are using literals instead of variables for the comparison.
2. Be sure to use the date format your database expects. In Oracle, the default format is '08-AUG-01', but it may be different for your particular RDBMS or setup.