Results 1 to 3 of 3

Thread: how do i know a record number?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    3

    Post

    Hi!
    I am accessing the access database with the use of declaring objects like

    dim db as database and
    dim rs as recordset and then i open the database using a query like 'select * from blah' my question is dat is there any way i can come to say 5th record after i run the search query for a particular record?
    keep trying...

  2. #2
    Addicted Member
    Join Date
    Nov 2000
    Posts
    217
    try using the absolute position property

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    3
    Actually i tried it.Is there any way dat i can save the state of a table after a query is executed on it and return to dat state again after 2 or 3 queries have been executed through VB code?
    keep trying...

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