This is the recordset:
--------------------------------------------------------------
<%
Dim rsProperty__MMColParam
rsProperty__MMColParam = "1"
If (Request.QueryString("propCodeID") "") Then
rsProperty__MMColParam = Request.QueryString("propCodeID")
End If
%>
-----------------------------------------------------
Then I access the fields by using
Pretty standard stuff...that is not where the...