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
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