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

صالح حمادي

أوفيسنا
  • Posts

    1,745
  • تاريخ الانضمام

  • تاريخ اخر زياره

  • Days Won

    29

Community Answers

  1. صالح حمادي's post in كيف يمكن حذف جميع جداول قاعدة خارجية was marked as the answer   
    تفضل جرب هذا المرفق و إن شاء الله راح تم الفرحة
     
    kanory.rar
  2. صالح حمادي's post in اضافة حدث او امر لجميع النماذج دفعه واحده was marked as the answer   
    السلام عليكم
    تفضل أخي هذا هو الكود
    Dim str_code As String Dim name_frm As String Dim frm As AccessObject, dbs As Object Set dbs = Application.CurrentProject For Each frm In dbs.AllForms name_frm = frm.Name DoCmd.OpenForm name_frm, acDesign str_code = "Private Sub Form_Load()" & vbCrLf & _ "call Color_V(me)" & vbCrLf & _ "end sub" Forms(name_frm).Module.AddFromString str_code DoCmd.Close acForm, name_frm, acSaveYes Next  
×
×
  • اضف...

Important Information