J
Jey
I have a series of queries that all have the same criteria: "In (2,3)" (plus
a few others). They are being called from VBA code, where the parameters are
generated and passed to the queries. I want the "In" criteria to be passed as
a parameter, since the list may not be '2,3' in every case. I can't seem to
make it work!
I've tried putting '[parameter]' as the criteria and passing 'In (2,3)' to
it, but I get an error message saying the expression is too complicated.
I've tried putting 'In ([parameter])' as the criteria and passing '2,3' to
it, but it doesn't return any records.
Any suggestions? Thanks in advance,
Jey
a few others). They are being called from VBA code, where the parameters are
generated and passed to the queries. I want the "In" criteria to be passed as
a parameter, since the list may not be '2,3' in every case. I can't seem to
make it work!
I've tried putting '[parameter]' as the criteria and passing 'In (2,3)' to
it, but I get an error message saying the expression is too complicated.
I've tried putting 'In ([parameter])' as the criteria and passing '2,3' to
it, but it doesn't return any records.
Any suggestions? Thanks in advance,
Jey