I am receiving an error message from crystal saying "a string is required here when I try to run my report"
Datebase is MSSQL
any ideas??
thanks
Here is the code
{results.accountno} = {?AccountNo} and
{results.termcd} = "SA" and
{results.LCDATE} in {?ReportStart} to {?ReportStop}
results.LCDATE is Datetime Field
{?ReportStart}--Date
{?ReportStop}--Date
Datebase is MSSQL
any ideas??
thanks
Here is the code
{results.accountno} = {?AccountNo} and
{results.termcd} = "SA" and
{results.LCDATE} in {?ReportStart} to {?ReportStop}
results.LCDATE is Datetime Field
{?ReportStart}--Date
{?ReportStop}--Date