Link to home
Start Free TrialLog in
Avatar of cansevin
cansevin

asked on

Formula for last year

I am using the below code to pull up current year. How can I modify it so that it pulls up last year?

GROUP BY "ADAY", Format(Nz([qryFirstDayRevenueBooked].[FirstDay],#1/1/1950#),"yyyy")
HAVING (((Format(Nz([qryFirstDayRevenueBooked].[FirstDay],#1/1/1950#),"yyyy"))=Format(Now(),"yyyy")));
ASKER CERTIFIED SOLUTION
Avatar of Graham Mandeno
Graham Mandeno
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial