|
-
Nov 20th, 2000, 06:03 PM
#1
Thread Starter
Hyperactive Member
Can you open an ADO recordset based on another ADO recordset? If so, how?
-
Nov 20th, 2000, 06:47 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|