SQL statement Crystal Report
Hi,
I am working with the crystal report.
I have a string variable as strDT in a form in the project.
I select specific rows with the following statement.
SELECT x,y,z FROM tbMusteriBilgi WHERE DT LIKE '%.+strDT+.%'
But when I write this stament while creating crystal report, It does not work..
Does anybody help me?
thnks...