Dear Laurie,
Just to double check, you need to automate the running of the report so that it always returns any records where the due date is in the current month, is that correct?
If so, that is also easy:
{table.duedate} in
CDATE(datepart('yyyy',currentdate),DatePart('m',currentdate),01)
to
CDATE(Dateadd('d',-1,cdate(datepart('yyyy',currentdate),datepart('m',currentdate)+1,01)))
regards,
ro
Rosemary Lieberman
rosemary-at-microflo.com,
Microflo provides expert consulting on MagicTSD and Crystal Reports.
You will get answers more quickly if you read this before posting: faq149-3762