Oops! Sorry for that. I just intended to show you the way of how I use the query to answer your question number 3 "3) are you trying to pass the SQL via front end"
The screenshot you see is the query that I'm experimenting.
By the way
doesnt workCode:(Material_Description LIKE ('%' + @parameters +'%'))
Everytime I enter in the query builder this code
Then by pressing execute query the query automatically becomes like this, and error are popping.Code:(Material_Description LIKE ('%' + @parameters +'%'))
Code:(Material_Description LIKE '%' + @parameters + '%')





Reply With Quote