Crystal 8.5
SQL Server
I'm trying to write record selection criteria where I need to always find the first day of the month of currentdate 3 years ago as well as the first day of the month of the currentdate.
Examples:
Currentdate=1/21/2010
{db.date} in 1/1/2007 to 1/1/2010
Currentdate=4/8/2010
{db.date} in 4/1/2007 to 4/1/2010
Can anyone assist? I'm sure this is very easy.
Thanks for your help.
-LLL
SQL Server
I'm trying to write record selection criteria where I need to always find the first day of the month of currentdate 3 years ago as well as the first day of the month of the currentdate.
Examples:
Currentdate=1/21/2010
{db.date} in 1/1/2007 to 1/1/2010
Currentdate=4/8/2010
{db.date} in 4/1/2007 to 4/1/2010
Can anyone assist? I'm sure this is very easy.
Thanks for your help.
-LLL