Hi,
I am using Crystal Reports 2008 with an Access database. I am trying to add this command to the report. See below:
SELECT T1.resulttext, T2.resulttext
FROM testresults T1 INNER JOIN testresults T2
ON T1.testdate = T1.testdate
WHERE T1.probetype = "Employee" AND T2.probetype = "Test"
The problem is that whenever I submit it, it gives me a "join expression not supported" error- anyone familiar with this error? Thanks in advance.
I am using Crystal Reports 2008 with an Access database. I am trying to add this command to the report. See below:
SELECT T1.resulttext, T2.resulttext
FROM testresults T1 INNER JOIN testresults T2
ON T1.testdate = T1.testdate
WHERE T1.probetype = "Employee" AND T2.probetype = "Test"
The problem is that whenever I submit it, it gives me a "join expression not supported" error- anyone familiar with this error? Thanks in advance.