I am using vba to call queries, but I cannot get to pass in a list of elements into the parameter.
how do you seperate the diffrent elements
I hav a Text parameter MYparm
I have a query which reads
/code
select * from mytable
where myvalue in ([myparm]);
/*
if I enter a single value into...