Oct 21, 2002 #1 tyleri Programmer Jan 2, 2001 173 US I am running a query that displays a listing of dates. how can I make it so that it only shows the current dates or anything in the future. I do NOT want to see any past dates. Thanks
I am running a query that displays a listing of dates. how can I make it so that it only shows the current dates or anything in the future. I do NOT want to see any past dates. Thanks
Oct 21, 2002 1 #2 PaulBricker Programmer Sep 25, 2002 3,554 US On the Criteria line for the Date field put >=Date() That will filter out any dates older than today. Paul Upvote 0 Downvote
On the Criteria line for the Date field put >=Date() That will filter out any dates older than today. Paul