|
-
Jun 12th, 2002, 03:45 AM
#1
Thread Starter
New Member
how to pass sub query from form design to crystal report
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|