Month|Year contains text values and comparing text values using >= and <= won't work
Month|Year is a date field formatted as MM-YYYY, but the variables vTY_Start and vTY_End are string values. You'll need to use the date# function to make dates from them: date#(vTY_Start,'MM-YYYY')