Well, I'm running a SQL DELETE statement in VBA, which deletes one record from the sub form. If you don't use a requery, the record will still be visible in that form, though it doesn't exists anymore.
Anyway, I tried the recordsetclone, but I get an error running this line:
Set rst =...