Access Dates

NigelBrown

New member
Local time
Today, 18:01
Joined
Aug 15, 2006
Messages
8
Can anyone tell me how to generate a query that shows the results for the 'Last 12 Months" based on a Date field?
 
in the query use the following criteria against the date field:-

>=DateAdd("yyyy",-1,Now())
 
Many thanks Alan, I'll stop scratching my head now :)
 

Users who are viewing this thread

Back
Top Bottom