Results 1 to 2 of 2

Thread: Automatically select recordsource?

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Post

    I have about 3 textboxes bound to my database. Its obvious that when you press the left and right buttons on the db, that the textboxes change. How can I get the database to automatically change to the value I want.(automatically go right 3 times, ect without having to press it.) Thanks

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Data1.Recordset.Move intNumber

    where intNumber = number of records to move

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