Text to DateTime Field
Hello,
I am writing reports in Crystal 8.5, using the SQL designer against a SQL 2000 DB. I am currently having problems with a WHERE clause giving me date/time errors.
The clause looks like this... WHERE app_date between '{?StartDate}' and '{?EndDate}'
The parameter fields are set to string. The statement is giving me a conversion error.
Any help would be greatly appreciated. I think I need to use a cast or convert command, but I am not exactly sure.
|