شكراً أستاذى @kanory أسف لعد درايتى بالاكواد جيداً
x = NumX
xx = Expr1
r = DCount("[numx]", "XtremQ", "[numx]='" & x & "'" & " and [expr1]=" & xx)
If r > 0 Then
If MsgBox(" هل تريد تكرار حفظ السجل ؟ ", vbYesNo, " تنبيه ") = vbNo Then
Me.Undo
Dim RS As Object
Set RS = Me.Recordset.Clone
RS.FindFirst "[numx]='" & x & "'" & " and [expr1]=" & xx
If Not RS.EOF Then Me.Bookmark = RS.Bookmark
Exit Sub
End If
End If