M
MIG
I am using a DAO recordset to add a new record if fields don't match,
but to edit other fields if fields do match (using source data that's
sorted, so that all source records relating to the one record I am
adding to a different recordset are bunched together).
Basically, if I do an Addnew and subsequently do an Edit, will the
record I've just added always be my current record if don't do
anything else to move records, or do I need to find the record I've
just added?
Thanks.
but to edit other fields if fields do match (using source data that's
sorted, so that all source records relating to the one record I am
adding to a different recordset are bunched together).
Basically, if I do an Addnew and subsequently do an Edit, will the
record I've just added always be my current record if don't do
anything else to move records, or do I need to find the record I've
just added?
Thanks.