Hi
been using ODBC SQL queries for 12months plus, not a huge user of VBA.
I am wondering when using a parameter query can I create a string for multiple criteria
currently I can use a single criteria
customer = ? [and link it to a parameter in cell a1]
but anyone know a way I can do
customer in (?) [and link it a cell that contains several accounts?]
many thanks
Dan
been using ODBC SQL queries for 12months plus, not a huge user of VBA.
I am wondering when using a parameter query can I create a string for multiple criteria
currently I can use a single criteria
customer = ? [and link it to a parameter in cell a1]
but anyone know a way I can do
customer in (?) [and link it a cell that contains several accounts?]
many thanks
Dan