Search results

  1. C

    Parameter Query Using "in qUALIFIER"

    Thanks guys good explination , just what I was after
  2. C

    Parameter Query Using "in qUALIFIER"

    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...
Back
Top Bottom