I'm having problems getting wildcards to work in the Select Where In clause. All text inputs work fine; wildcards alone or combined with text do not.
Here's the statement:
Q.SQL = "(SELECT * FROM Combined_AR_Table_withAllDept WHERE (((Combined_AR_Table_withAllDept.C2PComplex) In (" & Criteria1 & "
) AND ((Combined_AR_Table_withAllDept.[Resources Query_1_DeptName]) In (" & Criteria & "
) AND ((Combined_AR_Table_withAllDept.[Status]) In (" & Criteria2 & "
))
"
Here's the statement:
Q.SQL = "(SELECT * FROM Combined_AR_Table_withAllDept WHERE (((Combined_AR_Table_withAllDept.C2PComplex) In (" & Criteria1 & "