G Guest Nov 17, 2006 #1 I am using Access 2000. When I run a query, I would like it to prompt me for a date range and pull only those records.
I am using Access 2000. When I run a query, I would like it to prompt me for a date range and pull only those records.
G Guest Nov 17, 2006 #2 Use this as criteria --- Between [Enter start date] And [Enter end date] If you enter a date in a format that Access recognizes it will work.
Use this as criteria --- Between [Enter start date] And [Enter end date] If you enter a date in a format that Access recognizes it will work.