Are you using a form method="POST" or "GET"? The problem may be with the way you set your parameter.... try:
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request("Title") <> "") Then
Recordset1__MMColParam = Request("Title")
End If
%>