علياء يسرالدين قام بنشر مارس 8, 2019 قام بنشر مارس 8, 2019 (معدل) test1.accdb تم تعديل مارس 8, 2019 بواسطه علياء يسرالدين
ابوآمنة قام بنشر مارس 9, 2019 قام بنشر مارس 9, 2019 Dim myDb As DAO.Database Dim MyRs As DAO.Recordset Dim myfld As DAO.Field Dim i As Variant Set myDb = CurrentDb() Set MyRs = myDb.OpenRecordset("Table1") MyRs.MoveFirst Do While Not MyRs.EOF MyRs.Edit For Each myfld In MyRs.Fields If myfld.Name = "Girlid" Then If MyRs(myfld.Name).Value <> "" Then i = MyRs(myfld.Name).Value Else MyRs(myfld.Name).Value = i MyRs.Update End If End If Next myfld MyRs.MoveNext Loop kanory أخي الكريم : هل بالإمكان شرح الكود المستخدم حتى نتعلم منه
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.