اذهب الي المحتوي
أوفيسنا

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

قام بنشر

تفضل اخي الكريم

اضف ازرار افراغ الحقول

اضف هذا الكود في الأزرار

Dim ctlNull As Control, I As String, X As Integer
   For Each ctlNull In Me.Controls
   If ctlNull.ControlType = acTextBox Or ctlNull.ControlType = acComboBox Then
   ctlNull = Nul
   End If
   Next ctlNull

 

قام بنشر

السلام عليكم 

اخي الكريم هذا الكود لنسخ البيانات اريد اضافة له افراغ الحقول 

اخي ثلاثة حقول

On Error GoTo Error_ErrorZ
    If Len(Me.B1 & vbNullString) = 0 Or Len(Me.B2 & vbNullString) = 0 Or Len(Me.B3 & vbNullString) = 0 Or Len(Me.B4 & vbNullString) = 0 Or Len(Me.B5 & vbNullString) = 0 Then
    
    Else
    DoCmd.SetWarnings False
    DoCmd.OpenQuery "Query11"
    DoCmd.SetWarnings True
'    MsgBox "Done", vbInformation

     Forms![عنصر_تحكم_علامة_جدولة0].Form![نموذج2].Requery
     Forms![عنصر_تحكم_علامة_جدولة0].Form.Requery
     DoCmd.RunCommand acCmdRefresh

     
     
End If
    
Error_ErrorZ:
    MsgBox "تمت العملية بنجاح", vbInformation

قام بنشر (معدل)

لا اخي الكريم هذا لإفراغ البيانات جرب و اعطيني النتايج

أو ارفق البرنامج لكي يتم التعديل عليه

تم تعديل بواسطه د.كاف يار

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