hi guys,
I am using the following code (which I obtained from Multi-Select Listbox)
Private Sub cmdOpenReport_Click()
Dim strWhere As String
Dim ctl As Control
Dim varItem As Variant
'make sure a selection has been made
If Me.CList.ItemsSelected.Count = 0 Then
MsgBox "Must select at least 1...