-----Original Message-----
Is the field that contains the date formatted as Date/Time format? Or are
you using a text field to store a date? The criteria expression that you're
using suggests that you're using a text field?
--
Ken Snell
<MS ACCESS MVP>
This is what I currently have as the criteria. Users just
enter the date or use "*" as a variable. Some of them
have requested all documents BEFORE 8/01/1999. Any
suggestions?
Like "*" & [Enter Date] & "*"
-----Original Message-----
Post the query that you want to filter in this way.
--
Ken Snell
<MS ACCESS MVP>
in message
I would like to create a query that the user can
specify:
all information before 6/01/2000. <6/01/2000
.
.