Which part are you having trouble with, storing something in the database, or showing the results of a search? And if you can do both, then there is no reason you can't do them both on the same page.
If you re-use a recordset object just be sure to close it properly inbetween uses:
' Close rs.
objRS.Close
Set objRS = Nothing