In a form whose "DataEntry" property is
"true" and which has had data`entered
into it, thereby creating a new record
in the form's underlying recordset, is
there any way, in VB, of finding out
the identity of that new-created record
(so that I could, say, make that record
the recordset's current record)?
I seem to remember the "Recordset::AddNew"
method makes the newly created record the
recordest's current record, but is there,
say, some other of "Recordset"'s method's
that does a similar thing with setting
the current record to a known location?
Russell
>> Stay informed about: Finding out the added record in a ""DataEntry"" form ...