how to assign recordset to the recordset property of listbox?
set me.List0.Recordset = rs.cloners.close
by this way the new recordset will be assigned to the list and the original will be closed.
Categories: MS Access
set me.List0.Recordset = rs.cloners.close
by this way the new recordset will be assigned to the list and the original will be closed.