Error on Filter Condition on SQL Query
Hi,I am trying to get data from a Access DB via SQL Query.I configured a filter on the column StudyID. The user should insert the value in a window text box before the query execution and such value is stored in the study_id_selected variable.It seems that the syntax of the SQL Query filter is not correct because I get the following error:Below you can find the whole script. Could you tell me whic...