View Full Version : Multiselection List box into query


Help.Chris
07-19-2001, 08:47 AM
I am trying to allow the user to search the database by selecting multiple items from a list box.
I have tried code from microsoft using instr or inparam and neither of these work, they compare strings but items which only contain part of the full string. I need exact matches. I have tried using the primary key, but still not working. ie if key 572, get results 572, 57, 2 etc. same with text strings.

Does anyone have any suggestions or a bit of code which does this.

Thanks.

Chris