عبد الفتاح كيرة قام بنشر يونيو 4, 2018 قام بنشر يونيو 4, 2018 السلام عليكم هذا الموضوع أصله هنا الكود Private Sub ÃãÑ11_Click() Dim db As DAO.Database Dim rs As DAO.Recordset Set db = CurrentDb Set rs = db.OpenRecordset("q_New_Stu_Tawzee3") rs.MoveFirst Do Until rs.EOF On Error GoTo 1 For x = 0 To 5 For i = 1 To Me.tfasl If x = i Then GoTo skipeme rs.Edit rs!CurrFasl = i rs.Update rs.MoveNext skipeme: Next i Next x Loop Me.Requery Me.Refresh Set rs = Nothing Set db = Nothing 1: End Sub
عبد الفتاح كيرة قام بنشر يونيو 5, 2018 الكاتب قام بنشر يونيو 5, 2018 4 ساعات مضت, Amr Ashraf said: جزاك الله خير بوركت أخى
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.