|
-
Jun 13th, 1999, 02:15 PM
#1
Thread Starter
New Member
Does anyone know if it is possible to execute an SQL statement against an existing recordset in order to create a sub Recordset???
If so, How???
Cheers
Paul
-
Jun 16th, 1999, 07:51 AM
#2
Registered User
I don't understant your idea very well! you can test your record with the same WHERE if it return .EOF you use INSERT otherwise UPDATE.
jeff
-
Jun 24th, 1999, 06:34 PM
#3
New Member
I don't think you can design a sub recordset all you can do is search the recordset with the seek command and if you reach the desired record populate a DBGrid or populate a temporary table which you can delete after somemtime.
-
Jun 24th, 1999, 09:52 PM
#4
New Member
Are you using SQL? Have you considered creating a view?
-
Jun 25th, 1999, 06:57 PM
#5
Lively Member
Use the Filter method on the first recordset to open the second one. See the example in the VB-DAO Reference for Filter.
Bash
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
|