Bring in the Clones

S

Steve Sanford

This is a question in response to a reply from Allen Browne about recordsets.

His reply was (in part) ..."and use the RecordsetClone of the form rather
than the
Clone of its Recordset".....

I have searched and never found a good answer. So my questions are:

1) What is the difference between Me.RecordsetClone and Me.Recordset.Clone??

2) When would you use the RecordsetClone (Me.RecordsetClone) and when would
you use the Clone of its Recordset (Me.Recordset.Clone)??

TIA
 
Top