Search results

  1. F

    how i can run this code with all records

    Private Sub ÃãÑ32_Click() Dim rs As DAO.Recordset Set rs = CurrentDb.OpenRecordset("....") If rs.RecordCount > 0 Then rs.MoveFirst Do Until rs.EOF ' do stuff If MsgBox("åá ÊÑíÏ ÊÓÌíá Úãá äÞÇÈÉ" & vbCrLf & "", vbYesNo, "ÊÍÏíË") = vbYes Then Dim db As Database Dim rss As Recordset...
  2. F

    how i can run this code with all records

    hello evry body how are you? I hope you ara fine and have a great time. I have this code in Button in a form based in runtime table access 2003 ---------------------------------------------------------- Dim khaher As Object Set khaher = CurrentDb.OpenRecordset("Employment") With khaher If...
Back
Top Bottom