-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 10 2014 . 12:24 +
!
. : " " - " ", / . VBA:

Private Sub 0_Click()
  
  Dim dbs As Database
  Dim rst As DAO.Recordset
  Dim str_ As String
  Set dbs = CurrentDb()
  Set rst = dbs.OpenRecordset _
                    ("", dbOpenTable)
  rst.Index = "Index"
  str_ = InputBox("   ", _
                         "  ")
  rst.Seek "=", str_
  If rst.NoMatch Then
      MsgBox "   !"
  Exit Sub
  End If
  ??????????????????
  Exit Sub
End Sub


P.S. "DoCmd.OpenForm", .

http://www.sql.ru/forum/1076490/poisk-po-knopke


: [1] []
 

:
: 

: ( )

:

  URL