Hi....
How to select all recordset and then delete all the
recordset.
waiting response from you all.
Printable View
Hi....
How to select all recordset and then delete all the
recordset.
waiting response from you all.
Who created the recordsets?...........yeah, you did.
It's probably a good programming habit to remember what you have created and destroying it as soon as you don't need it anymore.
Good Luck,
(SET recordset = Nothing : is something you probably already know)