There's more than one way of skinning a cat .. ..
Are you Requerying as a way of saving the changes to the current record ?
If so then, instead, use
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
If you must requery then you have options.
A) Create a module level variable
Store the record's Primary Key value into the variable
Requery
do a Find Record and match to the variable stored
B) set a BookMark on the Me.RecordSetClone
Requery
return to the bookmark
'ope-that-'elps.
.. .. but it still tastes like chicken
G LS
accessaceNOJUNK@valleyalley.co.uk
Remove the NOJUNK to use.