Find method in a DataShape?

Find method in a DataShape?

Post by Rob Edward » Tue, 03 Apr 2001 00:00:18



I'm trying to find a way to use the find method to find a value in a child
recordset of a shaped recordset.  The other limitation to this is that the
record in the child recordset has to be the "current" record in the shaped
recordset when the find is complete.

In other words, if i tried setting a variable equal to the child recordset
and performed the find on it, wouldn't that make the record the current
record for that child recordset variable and not the overall shaped
recordset?

Please Help,

Rob