I am using SQL server 7.0 and crystal reports 8. In my database I have companies with multiple employees. Each employee record may have multiple account records. (Three tables, two of which have foreign keys.) I have a view with the three tables joined. I would like to use Crystal reports to view a report for every account record less than a given date. (which I am adding in the record selection formula.) It does not matter what date I put in the record selection formula, the report displays every record. If I use a different category, like 'amount due', I can select all the records with an amount greater than a given value. Does anyone have any ideas what I'm doing wrong? The selection formula I am using is as follows:
{DueDate}>cdate(05/01/2001)
Thanks,
Dave
{DueDate}>cdate(05/01/2001)
Thanks,
Dave