multi select list box code

michaelk

New member
Local time
Today, 11:26
Joined
Sep 25, 2001
Messages
7
I do not know much VBA code. All I know I have learned from this website
smile.gif
Hopefully you can help me with this problem.
I have a multi-select list box with three columns. The third column is [ID] (This is the bound column)

I need code to create a string that looks like “[ID] = 2 or [ID] = 3 or [ID] =355” and so on based on the selections I make.

This string will become the filter criteria for a report using code that I already have.

Since this applies to code as well as a form function I'm going to place this same post in the forms forum as well.

Thanks again for all any help you can give me, as well as for all the help I've recieved in the past here.
 

Users who are viewing this thread

Back
Top Bottom