Query output with criteria to another Office application

J

Jake

Have you tried using a recordset in your other
application, based on a SQL string that is based on your
base query but includes your necessary specific criteria?
For example....you have a query that returns names and
birthdays...your recordset would be based on:

SELECT * FROM qryQueryName WHERE dtBirthday > #1/1/1990#

It should work to get you the records you need. I'm not
entirely sure how you would output this, but hopefully
some other ideas will come up.

Jake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top