Question
Converting query to SP; ListQualify is breaking string for SQL
Hello, all.
I'm attempting to convert a number of queries into SPs; for the most part, it's going smoothly.
However, there is one query (quite large) that I am having problems converting to SP because the query is using ListQualify to insert apostrophes around each list element, and it's breaking the string being sent.
How can I keep the apostrophes without breaking the SQL string?
Thanks,
^_^
