I have a DateAdd function that looks like this:
if {ACTIVITY.STARTDATE} > DateAdd("d",-1,{?Date}) and
{ACTIVITY.STARTDATE} < DateAdd("d",15,{?Date}) and
{ACTIVITY.CATEGORY} = "Call Report" then
1
else
0
When I run the report and use the date 8/8/2003 as a parameter, I am pulling dates from 9/25/2003. Why??
Thanks
Michael
if {ACTIVITY.STARTDATE} > DateAdd("d",-1,{?Date}) and
{ACTIVITY.STARTDATE} < DateAdd("d",15,{?Date}) and
{ACTIVITY.CATEGORY} = "Call Report" then
1
else
0
When I run the report and use the date 8/8/2003 as a parameter, I am pulling dates from 9/25/2003. Why??
Thanks
Michael