I am connected to an AS400 database using Microsoft Query iSeries ODBC.
I want to use a parameter and allow the user to put in a list.
i.e. where x.Store NOT IN (003,006,008)
I tried entering a parameter (?) here, and referencing a cell, but I keep getting a length error.
How do I allow the...