Hi
i've put the values of a multi-select list box in a text box. i now want to use those values to filter another query (use for another list box)
a typical value is : "INDEP", "NATIONAL" (i've added the quotes in the code)
i then put this into my query : In ([Forms]![frm_selections]![txt_company])
put i keep getting 0 results? is there something wrong with the way i have the criteria?
Thanks
** EDIT. I've also tried : INDEP, National (without quotes) which brought back nothing. But if i just use one option (i.e. INDEP) then it works.
i've put the values of a multi-select list box in a text box. i now want to use those values to filter another query (use for another list box)
a typical value is : "INDEP", "NATIONAL" (i've added the quotes in the code)
i then put this into my query : In ([Forms]![frm_selections]![txt_company])
put i keep getting 0 results? is there something wrong with the way i have the criteria?
Thanks
** EDIT. I've also tried : INDEP, National (without quotes) which brought back nothing. But if i just use one option (i.e. INDEP) then it works.