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

هل هناك طريقة لتعبئة الفراغات مقابل المواد برقم الهوية بحيث يسهل البحث برقم الهوية


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

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.

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

×   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