|
-
Nov 7th, 2000, 09:56 PM
#1
Thread Starter
Addicted Member
Is it possible to query against a recordset. Some vendor software I am using exposes a DAO recordset to me, but I want to then filter the already present recordset. In essence, the vendor makes a query and returns to me the result of the query which I can do what I wish. I would like to make another query as opposed to looping through each recordset in the returned set.
Any suggestions.
I hate working without source code.
Shawn Hull
VB6, SP3 (Professional Edition)
-
Nov 8th, 2000, 08:48 AM
#2
Hyperactive Member
Instead of a recordset, create a view. A view is like a temporary table made by your query. Then, make a query to your view.
-
Nov 8th, 2000, 09:56 PM
#3
Thread Starter
Addicted Member
hmm, I am not familiar with Views
I can't say as I have ever seen nor heard the term VIEW, but then again I am not a database guru. Could you explain a little more, pleeeeeease. Or you could direct me to the info. Either way would be good.
thanks
Shawn Hull
VB6, SP3 (Professional Edition)
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
|