Query = > today

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

I'm trying to create a query that will show only the records that has a date
of today or after in the date field (consequently my results would change
everyday).

I tried >=#today# but that didn't work.

Is there a way to do this? If so how?

Thanmks.
 
Even though its a wrong group, I'd like to put in ur answer here so that
others who might stumble across this discussion thru google can benefit.
You can use the function GetDate() is T-SQL, or if you are passing the data
from the UI, you can get the data usig the functions Date.Today()
Hth...
R. Thomas
 
Back
Top