N NigelBrown New member Local time Today, 14:38 Joined Aug 15, 2006 Messages 8 Aug 15, 2006 #1 Can anyone tell me how to generate a query that shows the results for the 'Last 12 Months" based on a Date field?
Can anyone tell me how to generate a query that shows the results for the 'Last 12 Months" based on a Date field?
allan57 Allan Local time Today, 14:38 Joined Nov 29, 2004 Messages 336 Aug 15, 2006 #2 in the query use the following criteria against the date field:- >=DateAdd("yyyy",-1,Now())
N NigelBrown New member Local time Today, 14:38 Joined Aug 15, 2006 Messages 8 Aug 15, 2006 #3 Many thanks Alan, I'll stop scratching my head now