How can i pass string query from form design to crystal report?
this is my source code
" {EMP.DEPTNO} IN (SELECT {DEPT.DEPTNO} " & _
" From DEPT " & _
" WHERE {DEPT.LOC} = 'CHICAGO' "
it have Runtime error"20515"
'...............'
the remaining text does not appear to be part of the formular.
How can i do?.

it success in form..

thank you for advice.
makoks