Susan Owen
Registered User.
- Local time
- Today, 15:23
- Joined
- Jul 8, 2002
- Messages
- 33
Hi! I'm using layered queries in an application. The 2nd query uses the 1st query as its data source, and there is yet a 3rd query that uses the 2nd query as a datasource. So this thing is stacked 3 layers high!
1st query - queries a table
2nd query - queries the 1st query
3rd query - queries the 2nd query
Hope this is clear.
Now, I'd like to do this all in Visual Basic using SQL. I'm not sure whether to use record sets or query defs or both. I haven't had any success in getting them to layer. Does anybody have any experience or ideas here? I've searched help and feel like I've tried everything. Thanks!
1st query - queries a table
2nd query - queries the 1st query
3rd query - queries the 2nd query
Hope this is clear.
Now, I'd like to do this all in Visual Basic using SQL. I'm not sure whether to use record sets or query defs or both. I haven't had any success in getting them to layer. Does anybody have any experience or ideas here? I've searched help and feel like I've tried everything. Thanks!