Multiselection List box into query

Help.Chris

Registered User.
Local time
Today, 14:10
Joined
Oct 11, 2000
Messages
43
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
 

Users who are viewing this thread

Back
Top Bottom