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.
Knowledge.ToString()
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.
Leave a Reply