jgill 0 Newbie Poster

Have problems with the recordset…if the value of tempPremium is more than > 10,000 than I get no results after this statement executes:

set rsDownPayment = applyFilterAndReloadRecordset(rsDownPayment,"min_premium <=" & tempPremium & " and b80_userline = '" & objLogic.userline & "' and profile = '" & objLogic.profile & "'")


I was trying to debug the application using response.write statement but get no results if the values of tempPremium is more than 10,000 (values under 10,000 works fine).
Note: does the recordset has any limitations that might be doing this??
Any suggestions or help will be appreciated…ASAP!
Thanks a lot for yr time…