I do not know much VBA code. All I know I have learned from this website J 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 Code 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.
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 Code 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.