home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 1.0 / Image.iso / toolbox / programs / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-05  |  1.1 KB  |  39 lines

  1. Form1
  2. Form1
  3. Form15
  4. Text1
  5. Text1
  6. Command1
  7. Text2
  8. Enter Name
  9. Data1_Validate
  10. Action
  11. Text1_Change
  12. Command1_Click
  13. data1
  14.     Recordset
  15. Text2
  16. Text3_Change
  17. MyDBG
  18. Database
  19. MyTable
  20. Table
  21. Index
  22. NoMatch
  23.     firstname(
  24.     character
  25. Fields
  26. Text1
  27. Command1_Click
  28. Set MyDB = OpenDatabase("STAFF.MDB")   ' Open a database.
  29. Employees
  30.  Open a table.
  31. PrimaryKey
  32.  Define current index.
  33.  Seek record.
  34. No Match
  35. Database
  36. Found
  37. Database
  38. Firstname
  39.