Results 1 to 2 of 2

Thread: Help! Urgent...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    400
    Can you open an ADO recordset based on another ADO recordset? If so, how?

  2. #2
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    476

    ADO recorsets

    You can set the new recordset to the old recordset using

    Set NewRS = OldRs

    This will mean that any changes to one are reflected in the other.


    You can also use

    Set NewRs = OldRS.Clone

    This will give you an independent recorset

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