Results 1 to 2 of 2

Thread: Need help (ADO)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Posts
    72

    Need help (ADO)

    What is the esay way to open a table in a database and only have the movefirst, moveprevious, movenext, movelast & seek features? And when the record moved, refresh the contain on screen.

    Thank for all helpers.

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Use the ado control!

    Make the buttons yourself!
    Setup a recordset and use it like:
    rs.movenext
    rs.refresh
    rs.update

    etc etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width