Hey Ken ,, Thanks for your quick response.. PFB my small select case code..
Private Sub View_Click()
Dim StrMon, StrQry As String
StrMon = [Forms]![Month]![MonthCMB].[Value]
MsgBox StrMon
Select Case StrMon
Case "Jan"
StrQry = "SELECT Software.BXG_Desc, Software.Application...