set me.List0.Recordset = rs.clone
rs.close
This way the new recordset will be assigned to the list and the original will be closed.
set me.List0.Recordset = rs.clone
rs.close
This way the new recordset will be assigned to the list and the original will be closed.