My SQL statement returns the correct number of records in the SQL Query Analyzer, but Crystal only returns one record.
Crystal Record Selection Formula:
{TblMaster_Schedule.DayOfWeek} = {?DayOfWeek}
And
({TblSpotChanges.DateEffected} = DateValue("8/1/2004") Or IsNull({TblSpotChanges.DateEffected}))
It seems that the records are not returned where the database value for {TblSpotChanges.DateEffected} is NULL.
Any suggestions are appreciated.
Crystal Record Selection Formula:
{TblMaster_Schedule.DayOfWeek} = {?DayOfWeek}
And
({TblSpotChanges.DateEffected} = DateValue("8/1/2004") Or IsNull({TblSpotChanges.DateEffected}))
It seems that the records are not returned where the database value for {TblSpotChanges.DateEffected} is NULL.
Any suggestions are appreciated.