I have an unbound list box (lbSegment) set for "Simple" multiple selection on a form (frmSelectSegments). A parameter query (SegmentQuery) gets its parameters from the list box. With my extremely limited knowledge of VB, I need to figure out how to make it work. I've searched through prior postings and have come up with several that should help me, but I don't know exactly where to write the code.
The list box is unbound, but the RecordSource is "SELECT [Segments].[ID], [Segments].[Segment] FROM Segments;"
The parameter field in SegmentQuery is [Segment].[ID].
What other info do you need to know to walk me through this???
THANK YOU in advance for ANY help!
The list box is unbound, but the RecordSource is "SELECT [Segments].[ID], [Segments].[Segment] FROM Segments;"
The parameter field in SegmentQuery is [Segment].[ID].
What other info do you need to know to walk me through this???
THANK YOU in advance for ANY help!