ADO - rs.Close or set rs=nothing

which one is better?

if i set RS = Nothing do i have to
put
Code:
 Set RS = New ADODB.Recordset
before i can use this record again?

thanks