I am trying to do a sub select in crystal using a parameter fields in the sql sentence but i got syntax error.
How can i use parameter field in a sql sentence?
Printable View
I am trying to do a sub select in crystal using a parameter fields in the sql sentence but i got syntax error.
How can i use parameter field in a sql sentence?
"Select blah blah blah " & " ' " & parameter & " ' " & "blah blah blah"