Hello - I'm getting a run time error 3075 (missing operator) in my query expression and cannot seem to determine why. I cut a snippet of code (see below) and ran the statement in a sql query view and it returned the values back as perfectly. However, I get the qdf.SQL = strSQL debug for this statement when I try an run it in a form:
'Set the final Query Statemnt
strSQL = "SELECT * FROM wktbl_YTDTransa ctions Where " & strQuery & ";"
I'm lost. Any ideas as to what could be missing? Any responses are greatly appreciated
'Set the final Query Statemnt
strSQL = "SELECT * FROM wktbl_YTDTransa ctions Where " & strQuery & ";"
I'm lost. Any ideas as to what could be missing? Any responses are greatly appreciated
Comment