Steve Erbach
erbachs at gmail.com
Fri Jul 6 13:10:36 CDT 2007
Arthur,
Are you talking about something like:
set rst = Forms("MasterForm")("SubForm").RecordsetClone
rst.FindFirst "[KeyField]=123"
Steve Erbach
On 7/6/07, Arthur Fuller <fuller.artful at gmail.com> wrote:
> I've forgotten how to do this. There's a combo on the master form, but it
> relates to the subform (the master is unbound). So I need to tell it to
> search the subform's recordset.
>
> TIA,
> Arthur