The only thing you can count on to be the same after a requery is the
record's primary key. So save that key before you requery and then use
the form's recordset to find it again afterward. For a numeric key
field (named "ID" in this example) and Access 2000 or later, you can
write something like this:
Dim varID As Variant ' could use more specific data type