|
-
Jul 28th, 2000, 11:16 AM
#1
Thread Starter
Lively Member
In Access2000 with DAO...
Is there a way to base a Recordset on a Query witout creating a Table?
Jon
-
Jul 28th, 2000, 11:30 AM
#2
Hyperactive Member
All you need to do to select data from a query is to establish the query itself in the database and then use the query name instead of a table name in your SELECT statment (e.g. "SELECT * From MyQuery ORDER BY MyField"). I don't exactly understand your problem, though. Could you explain it a little more?
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
|