Date range till today

rarejoep

Registered User.
Local time
Today, 09:20
Joined
Oct 8, 2002
Messages
30
On a report, I want Access to show me all the records till the day today. Does anyone know how I should do that?
 
I've put in the Control Source:

=[date]<=Date()

where date is the list of dates in the collumn

but it results in an error...
 
It's <=Date() in the criteria section of your date column, you should also change the name of your field from date, it's a reserved word in Access and will cause problems in the future
 
It doesn't work if you put it in the Control Source. It must be in a query?
 
It's easier to do so, the other way is to use the Where criteria of the open report method.
 

Users who are viewing this thread

Back
Top Bottom