Hi
I am using VBA to execute access queries, all works fin but cannot pass in more that one value in my parameter#
Select * from table where myvalue in ([myparm]);
this workd great for a single value : value01
But will not accept : value01,value02 ,Value03
I have tried many combinations of single and double quotes but with no sucess
I am using VBA to execute access queries, all works fin but cannot pass in more that one value in my parameter#
Select * from table where myvalue in ([myparm]);
this workd great for a single value : value01
But will not accept : value01,value02 ,Value03
I have tried many combinations of single and double quotes but with no sucess
Comment