اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

الردود الموصى بها

  • تمت الإجابة
قام بنشر
30 دقائق مضت, محمد احمد لطفى said:

:signthankspin:

ما ذا تعني هذه ..... هل وجدت الحل أم ماذا ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ على العموم تفضل جرب الشيفرة هذه ......

x = NumX
xx = Expr1
r = DCount("[numx]", "XtremQ", "[numx]='" & x & "'" & " and [expr1]=" & xx)
   If r > 0 Then
        If MsgBox("  هل تريد تكرار حفظ السجل ؟ ", vbYesNo, " تنبيه ") = vbNo Then
            Me.Undo
            Exit Sub
            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
        End If
    End If

 

  • Like 1
  • Thanks 1
قام بنشر

شكراً أستاذى @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


 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information