"Jeff Boyce" <(E-Mail Removed)> wrote in
news:i3fdst$1v5$(E-Mail Removed):
> I had never used the Me.Recordset property before, but it seems
> like it should return all the records that are "feeding" the form
> or report in which this code runs.
Me.Recordset is a reference to the actual recordset that's in the
form's edit buffer, so it will be absolutely identical, and changes
to its data and to record pointer will be immediately reflected in
the form itself.
These reasons are why I avoid ever using it.
--
David W. Fenton
http://www.dfenton.com/
contact via website only
http://www.dfenton.com/DFA/